Class: Aws::Neptunedata::Errors::MemoryLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::MemoryLimitExceededException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MemoryLimitExceededException
constructor
A new instance of MemoryLimitExceededException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MemoryLimitExceededException
Returns a new instance of MemoryLimitExceededException.
521 522 523 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 521 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
536 537 538 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 536 def code @code || @data[:code] end |
#detailed_message ⇒ String
526 527 528 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 526 def @data[:detailed_message] end |
#request_id ⇒ String
531 532 533 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 531 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
540 541 542 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 540 def retryable? true end |