Class: Aws::IoTTwinMaker::Errors::QueryTimeoutException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTTwinMaker::Errors::QueryTimeoutException
- Defined in:
- lib/aws-sdk-iottwinmaker/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryTimeoutException
constructor
A new instance of QueryTimeoutException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ QueryTimeoutException
Returns a new instance of QueryTimeoutException.
128 129 130 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 128 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
133 134 135 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 133 def @message || @data[:message] end |
#retryable? ⇒ Boolean
137 138 139 |
# File 'lib/aws-sdk-iottwinmaker/errors.rb', line 137 def retryable? true end |