Class: Aws::EKS::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The service is unavailable. Back off and retry the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The request has failed due to a temporary failure of the server.
Instance Attribute Details
#message ⇒ String
The request has failed due to a temporary failure of the server.
5872 5873 5874 5875 5876 |
# File 'lib/aws-sdk-eks/types.rb', line 5872 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |