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)


13753
13754
13755
13756
13757
13758
13759
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13753

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)


13753
13754
13755
13756
13757
13758
13759
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13753

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)


13753
13754
13755
13756
13757
13758
13759
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13753

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