Class: Aws::QuickSight::Errors::InternalFailureException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::InternalFailureException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
constructor
A new instance of InternalFailureException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalFailureException
Returns a new instance of InternalFailureException.
182 183 184 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 182 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
187 188 189 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 187 def @message || @data[:message] end |
#request_id ⇒ String
192 193 194 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 192 def request_id @data[:request_id] end |