Class: Aws::Neptunedata::Errors::StreamRecordsNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::StreamRecordsNotFoundException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamRecordsNotFoundException
constructor
A new instance of StreamRecordsNotFoundException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamRecordsNotFoundException
Returns a new instance of StreamRecordsNotFoundException.
833 834 835 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 833 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
848 849 850 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 848 def code @code || @data[:code] end |
#detailed_message ⇒ String
838 839 840 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 838 def @data[:detailed_message] end |
#request_id ⇒ String
843 844 845 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 843 def request_id @data[:request_id] end |