NAME
Paws::ResourceGroups::GroupResourcesOutput
ATTRIBUTES
Failed => ArrayRef[Paws::ResourceGroups::FailedResource]
A list of ARNs of any resources that failed to be added to the group by this operation.
Pending => ArrayRef[Paws::ResourceGroups::PendingResource]
A list of ARNs of any resources that are still in the process of being added to the group by this operation. These pending additions continue asynchronously. You can check the status of pending additions by using the ListGroupResources
operation, and checking the Resources
array in the response and the Status
field of each object in that array.
Succeeded => ArrayRef[Str|Undef]
A list of ARNs of resources that were successfully added to the group by this operation.