Class: Aws::Neptunedata::Errors::ClientTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ClientTimeoutException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClientTimeoutException
constructor
A new instance of ClientTimeoutException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClientTimeoutException
Returns a new instance of ClientTimeoutException.
180 181 182 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 180 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
195 196 197 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 195 def code @code || @data[:code] end |
#detailed_message ⇒ String
185 186 187 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 185 def @data[:detailed_message] end |
#request_id ⇒ String
190 191 192 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 190 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
199 200 201 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 199 def retryable? true end |