Class: Aws::ElementalInference::Types::GatewayTimedOutException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElementalInference::Types::GatewayTimedOutException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elementalinference/types.rb
Overview
The request timed out before the service returned a response. This is a temporary condition. Retry the request. If the problem persists, contact AWS Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
694 695 696 697 698 |
# File 'lib/aws-sdk-elementalinference/types.rb', line 694 class GatewayTimedOutException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |