Class: Aws::Neptunedata::Errors::QueryLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::QueryLimitExceededException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryLimitExceededException
constructor
A new instance of QueryLimitExceededException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryLimitExceededException
Returns a new instance of QueryLimitExceededException.
650 651 652 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 650 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
665 666 667 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 665 def code @code || @data[:code] end |
#detailed_message ⇒ String
655 656 657 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 655 def @data[:detailed_message] end |
#request_id ⇒ String
660 661 662 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 660 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
669 670 671 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 669 def retryable? true end |