Class: Aws::ResourceGroups::Types::FailedResource

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

Overview

A resource that failed to be added to or removed from a group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the failure.

Returns:

  • (String)


201
202
203
204
205
206
207
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 201

class FailedResource < Struct.new(
  :resource_arn,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message text associated with the failure.

Returns:

  • (String)


201
202
203
204
205
206
207
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 201

class FailedResource < Struct.new(
  :resource_arn,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource that failed to be added or removed.

Returns:

  • (String)


201
202
203
204
205
206
207
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 201

class FailedResource < Struct.new(
  :resource_arn,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end