Class: Aws::QuickSight::Types::FailedToUpdateAssociation

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#arn ⇒ String

The ARN that could not be added or removed.

Returns:

  • (String)


23077
23078
23079
23080
23081
23082
23083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23077

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

#error_code ⇒ String

The error code for the failure.

Returns:

  • (String)


23077
23078
23079
23080
23081
23082
23083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23077

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

#error_message ⇒ String

A description of the failure.

Returns:

  • (String)


23077
23078
23079
23080
23081
23082
23083
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 23077

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