Class: Aws::QuickSight::Errors::CustomerManagedKeyUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::CustomerManagedKeyUnavailableException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomerManagedKeyUnavailableException
constructor
A new instance of CustomerManagedKeyUnavailableException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CustomerManagedKeyUnavailableException
Returns a new instance of CustomerManagedKeyUnavailableException.
123 124 125 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 123 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
128 129 130 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 128 def @message || @data[:message] end |
#request_id ⇒ String
133 134 135 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 133 def request_id @data[:request_id] end |