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)


13473
13474
13475
13476
13477
13478
13479
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13473

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)


13473
13474
13475
13476
13477
13478
13479
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13473

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)


13473
13474
13475
13476
13477
13478
13479
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13473

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