Class: Aws::EKS::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb

Overview

The request or operation couldn't be performed because a service is throttling requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


6577
6578
6579
6580
6581
6582
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6577

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

#messageString

Returns:

  • (String)


6577
6578
6579
6580
6581
6582
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 6577

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