Class: Aws::Neptunedata::Errors::ReadOnlyViolationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ReadOnlyViolationException
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
-
#code ⇒ String
-
#detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReadOnlyViolationException
constructor
A new instance of ReadOnlyViolationException.
-
#request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReadOnlyViolationException
Returns a new instance of ReadOnlyViolationException.
729 730 731 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 729 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
744 745 746 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 744 def code @code || @data[:code] end |
#detailed_message ⇒ String
734 735 736 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 734 def @data[:detailed_message] end |
#request_id ⇒ String
739 740 741 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 739 def request_id @data[:request_id] end |