Class: Aws::EKSAuth::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKSAuth::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb
Overview
The service is unavailable. Back off and retry the operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
284 285 286 287 288 |
# File 'gems/aws-sdk-eksauth/lib/aws-sdk-eksauth/types.rb', line 284 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |