Class: Aws::Connect::Types::FailedBatchAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::FailedBatchAssociationSummary
- 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
-
#error_code ⇒ String
The error code indicating why the association failed.
-
#error_message ⇒ String
An error message describing why the association failed.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that failed to be associated.
Instance Attribute Details
#error_code ⇒ String
The error code indicating why the association failed.
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_message ⇒ String
An error message describing why the association failed.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that failed to be associated.
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 |