Class: Aws::EKS::Types::ResourceLimitExceededException

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

Overview

You have encountered a service limit on the specified resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3475

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

#messageString

Returns:

  • (String)


3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3475

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

#nodegroup_nameString

The Amazon EKS managed node group associated with the exception.

Returns:

  • (String)


3475
3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 3475

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