Class: Aws::Neptunedata::Errors::PreconditionsFailedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::PreconditionsFailedException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PreconditionsFailedException
constructor
A new instance of PreconditionsFailedException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PreconditionsFailedException
Returns a new instance of PreconditionsFailedException.
625 626 627 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 625 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
640 641 642 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 640 def code @code || @data[:code] end |
#detailed_message ⇒ String
630 631 632 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 630 def @data[:detailed_message] end |
#request_id ⇒ String
635 636 637 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 635 def request_id @data[:request_id] end |