Class: Aws::ResourceGroupsTaggingAPI::Types::UntagResourcesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failed_resources_mapHash<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.

Returns:



848
849
850
851
852
# File 'gems/aws-sdk-resourcegroupstaggingapi/lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 848

class UntagResourcesOutput < Struct.new(
  :failed_resources_map)
  SENSITIVE = []
  include Aws::Structure
end