Class: Aws::EKS::Types::ServiceUnavailableException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The request has failed due to a temporary failure of the server.

Returns:

  • (String)


5405
5406
5407
5408
5409
# File 'lib/aws-sdk-eks/types.rb', line 5405

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