Class: Aws::EKS::Types::ClientException

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

Overview

These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addon_nameString

The Amazon EKS add-on name associated with the exception.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1250

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

#cluster_nameString

The Amazon EKS cluster associated with the exception.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1250

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

#messageString

These errors are usually caused by a client action. Actions can include using an action or resource on behalf of an IAM principal that doesn't have permissions to use the action or resource or specifying an identifier that is not valid.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1250

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

#nodegroup_nameString

The Amazon EKS managed node group associated with the exception.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1250

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

#subscription_idString

The Amazon EKS subscription ID with the exception.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
1258
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1250

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