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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN that could not be added or removed.

Returns:

  • (String)


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_codeString

The error code for the failure.

Returns:

  • (String)


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_messageString

A description of the failure.

Returns:

  • (String)


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