Class: Aws::ConnectWisdomService::Errors::RequestTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ConnectWisdomService::Errors::RequestTimeoutException
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
95 96 97 |
# File 'lib/aws-sdk-connectwisdomservice/errors.rb', line 95 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
100 101 102 |
# File 'lib/aws-sdk-connectwisdomservice/errors.rb', line 100 def @message || @data[:message] end |
#retryable? ⇒ Boolean
104 105 106 |
# File 'lib/aws-sdk-connectwisdomservice/errors.rb', line 104 def retryable? true end |