Class: Aws::Neptunedata::Errors::ExpiredStreamException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ExpiredStreamException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExpiredStreamException
constructor
A new instance of ExpiredStreamException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ExpiredStreamException
Returns a new instance of ExpiredStreamException.
267 268 269 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 267 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
282 283 284 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 282 def code @code || @data[:code] end |
#detailed_message ⇒ String
272 273 274 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 272 def @data[:detailed_message] end |
#request_id ⇒ String
277 278 279 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 277 def request_id @data[:request_id] end |