Class: Aws::Neptunedata::Errors::UnsupportedOperationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::UnsupportedOperationException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperationException
constructor
A new instance of UnsupportedOperationException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperationException
Returns a new instance of UnsupportedOperationException.
945 946 947 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 945 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
960 961 962 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 960 def code @code || @data[:code] end |
#detailed_message ⇒ String
950 951 952 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 950 def @data[:detailed_message] end |
#request_id ⇒ String
955 956 957 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 955 def request_id @data[:request_id] end |