Class: Aws::QuickSight::Types::CustomerManagedKeyUnavailableException

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

Overview

The customer managed key that is registered to your Amazon QuickSight account is unavailable.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
# File 'lib/aws-sdk-quicksight/types.rb', line 7303

class CustomerManagedKeyUnavailableException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
# File 'lib/aws-sdk-quicksight/types.rb', line 7303

class CustomerManagedKeyUnavailableException < Struct.new(
  :message,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end