Class: Aws::ElementalInference::Types::GatewayTimedOutException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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