Class: Aws::APIGateway::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::ServiceUnavailableException
- 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
#message ⇒ String
4712 4713 4714 4715 4716 4717 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4712 class ServiceUnavailableException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
4712 4713 4714 4715 4716 4717 |
# File 'lib/aws-sdk-apigateway/types.rb', line 4712 class ServiceUnavailableException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |