Class: Aws::QuickSight::Errors::PreconditionNotMetException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QuickSight::Errors::PreconditionNotMetException
- Defined in:
- lib/aws-sdk-quicksight/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PreconditionNotMetException
constructor
A new instance of PreconditionNotMetException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PreconditionNotMetException
Returns a new instance of PreconditionNotMetException.
287 288 289 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 287 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
292 293 294 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 292 def @message || @data[:message] end |
#request_id ⇒ String
297 298 299 |
# File 'lib/aws-sdk-quicksight/errors.rb', line 297 def request_id @data[:request_id] end |