Class: Aws::APIGateway::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The requested service is not available. For details see the accompanying error message. Retry after the specified time period.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6643
6644
6645
6646
6647
6648
# File 'lib/aws-sdk-apigateway/types.rb', line 6643

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

#retry_after_secondsString

Returns:

  • (String)


6643
6644
6645
6646
6647
6648
# File 'lib/aws-sdk-apigateway/types.rb', line 6643

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