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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/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)


4712
4713
4714
4715
4716
4717
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4712

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

#retry_after_secondsString

Returns:

  • (String)


4712
4713
4714
4715
4716
4717
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 4712

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