Class: Aws::AmplifyBackend::Types::GatewayTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

An error returned if there's a temporary issue with the service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1710
1711
1712
1713
1714
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1710

class GatewayTimeoutException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end