Class: Aws::QuickSight::Types::FailedToUpdateAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FailedToUpdateAssociation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Information about a per-ARN failure when updating agent associations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN that could not be added or removed.
-
#error_code ⇒ String
The error code for the failure.
-
#error_message ⇒ String
A description of the failure.
Instance Attribute Details
#arn ⇒ String
The ARN that could not be added or removed.
20060 20061 20062 20063 20064 20065 20066 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20060 class FailedToUpdateAssociation < Struct.new( :arn, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
The error code for the failure.
20060 20061 20062 20063 20064 20065 20066 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20060 class FailedToUpdateAssociation < Struct.new( :arn, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A description of the failure.
20060 20061 20062 20063 20064 20065 20066 |
# File 'lib/aws-sdk-quicksight/types.rb', line 20060 class FailedToUpdateAssociation < Struct.new( :arn, :error_message, :error_code) SENSITIVE = [] include Aws::Structure end |