Class: Aws::Neptunedata::Errors::ThrottlingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ThrottlingException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
constructor
A new instance of ThrottlingException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
858 859 860 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 858 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
873 874 875 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 873 def code @code || @data[:code] end |
#detailed_message ⇒ String
863 864 865 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 863 def @data[:detailed_message] end |
#request_id ⇒ String
868 869 870 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 868 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
877 878 879 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 877 def retryable? true end |