Class: Aws::QuickSight::Types::FailedKeyRegistrationEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FailedKeyRegistrationEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
An entry that appears when a ‘KeyRegistration` update to Amazon QuickSight fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_arn ⇒ String
The ARN of the KMS key that failed to update.
-
#message ⇒ String
A message that provides information about why a ‘FailedKeyRegistrationEntry` error occurred.
-
#sender_fault ⇒ Boolean
A boolean that indicates whether a ‘FailedKeyRegistrationEntry` resulted from user error.
-
#status_code ⇒ Integer
The HTTP status of a ‘FailedKeyRegistrationEntry` error.
Instance Attribute Details
#key_arn ⇒ String
The ARN of the KMS key that failed to update.
15104 15105 15106 15107 15108 15109 15110 15111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15104 class FailedKeyRegistrationEntry < Struct.new( :key_arn, :message, :status_code, :sender_fault) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message that provides information about why a ‘FailedKeyRegistrationEntry` error occurred.
15104 15105 15106 15107 15108 15109 15110 15111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15104 class FailedKeyRegistrationEntry < Struct.new( :key_arn, :message, :status_code, :sender_fault) SENSITIVE = [] include Aws::Structure end |
#sender_fault ⇒ Boolean
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.
15104 15105 15106 15107 15108 15109 15110 15111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15104 class FailedKeyRegistrationEntry < Struct.new( :key_arn, :message, :status_code, :sender_fault) SENSITIVE = [] include Aws::Structure end |
#status_code ⇒ Integer
The HTTP status of a ‘FailedKeyRegistrationEntry` error.
15104 15105 15106 15107 15108 15109 15110 15111 |
# File 'lib/aws-sdk-quicksight/types.rb', line 15104 class FailedKeyRegistrationEntry < Struct.new( :key_arn, :message, :status_code, :sender_fault) SENSITIVE = [] include Aws::Structure end |