Class: Aws::ResourceGroupsTaggingAPI::Types::TagResourcesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroupsTaggingAPI::Types::TagResourcesOutput
- 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 tagged.
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 tagged. 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.
791 792 793 794 795 |
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 791 class TagResourcesOutput < Struct.new( :failed_resources_map) SENSITIVE = [] include Aws::Structure end |