Class: Aws::Connect::Types::FailedBatchAssociationSummary

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

Overview

Contains information about a resource that failed to be associated with a workspace in a batch operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code indicating why the association failed.

Returns:

  • (String)


14353
14354
14355
14356
14357
14358
14359
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14353

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

#error_messageString

An error message describing why the association failed.

Returns:

  • (String)


14353
14354
14355
14356
14357
14358
14359
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14353

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource that failed to be associated.

Returns:

  • (String)


14353
14354
14355
14356
14357
14358
14359
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14353

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