Class: Aws::QConnect::Errors::RequestTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::QConnect::Errors::RequestTimeoutException
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTimeoutException
constructor
A new instance of RequestTimeoutException.
-
#message ⇒ String
-
#retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ RequestTimeoutException
Returns a new instance of RequestTimeoutException.
113 114 115 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 113 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
118 119 120 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 118 def @message || @data[:message] end |
#retryable? ⇒ Boolean
122 123 124 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 122 def retryable? true end |