Class: Aws::ElementalInference::Errors::GatewayTimedOutException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ElementalInference::Errors::GatewayTimedOutException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-elementalinference/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GatewayTimedOutException
constructor
A new instance of GatewayTimedOutException.
- #message ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ GatewayTimedOutException
Returns a new instance of GatewayTimedOutException.
85 86 87 |
# File 'lib/aws-sdk-elementalinference/errors.rb', line 85 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
90 |
# File 'lib/aws-sdk-elementalinference/errors.rb', line 90
def message: () -> ::String
|
#retryable? ⇒ Boolean
94 95 96 |
# File 'lib/aws-sdk-elementalinference/errors.rb', line 94 def retryable? true end |