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.
96 97 98 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 96 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
101 102 103 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 101 def @message || @data[:message] end |
#retryable? ⇒ Boolean
105 106 107 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/errors.rb', line 105 def retryable? true end |