Class: Aws::Neptunedata::Errors::TimeLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::TimeLimitExceededException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TimeLimitExceededException
constructor
A new instance of TimeLimitExceededException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TimeLimitExceededException
Returns a new instance of TimeLimitExceededException.
887 888 889 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 887 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
902 903 904 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 902 def code @code || @data[:code] end |
#detailed_message ⇒ String
892 893 894 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 892 def @data[:detailed_message] end |
#request_id ⇒ String
897 898 899 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 897 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
906 907 908 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 906 def retryable? true end |