Class: Aws::QuickSight::Types::FailedKeyRegistrationEntry

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

An entry that appears when a KeyRegistration update to QuickSight fails.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#key_arnString

The ARN of the KMS key that failed to update.

Returns:

  • (String)


15728
15729
15730
15731
15732
15733
15734
15735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15728

class FailedKeyRegistrationEntry < Struct.new(
  :key_arn,
  :message,
  :status_code,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message that provides information about why a FailedKeyRegistrationEntry error occurred.

Returns:

  • (String)


15728
15729
15730
15731
15732
15733
15734
15735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15728

class FailedKeyRegistrationEntry < Struct.new(
  :key_arn,
  :message,
  :status_code,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#sender_faultBoolean

A boolean that indicates whether a FailedKeyRegistrationEntry resulted from user error. If the value of this property is True, the error was caused by user error. If the value of this property is False, the error occurred on the backend. If your job continues fail and with a False SenderFault value, contact Amazon Web Services Support.

Returns:

  • (Boolean)


15728
15729
15730
15731
15732
15733
15734
15735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15728

class FailedKeyRegistrationEntry < Struct.new(
  :key_arn,
  :message,
  :status_code,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeInteger

The HTTP status of a FailedKeyRegistrationEntry error.

Returns:

  • (Integer)


15728
15729
15730
15731
15732
15733
15734
15735
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15728

class FailedKeyRegistrationEntry < Struct.new(
  :key_arn,
  :message,
  :status_code,
  :sender_fault)
  SENSITIVE = []
  include Aws::Structure
end