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
6581 6582 6583 6584 6585 6586 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6581 class ServiceUnavailableException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ String
6581 6582 6583 6584 6585 6586 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6581 class ServiceUnavailableException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end |