Class: Aws::ResourceGroupsTaggingAPI::Types::UntagResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::UntagResourcesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroupstaggingapi/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_resources_map ⇒ Hash<String,Types::FailureInfo>
A map containing a key-value pair for each failed item that couldn’t be untagged.
Instance Attribute Details
#failed_resources_map ⇒ Hash<String,Types::FailureInfo>
A map containing a key-value pair for each failed item that couldn’t be untagged. The key is the ARN of the failed resource. The value is a ‘FailureInfo` object that contains an error code, a status code, and an error message. If there are no errors, the `FailedResourcesMap` is empty.
848 849 850 851 852 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 848 class UntagResourcesOutput < Struct.new( :failed_resources_map) SENSITIVE = [] include Aws::Structure end |