Class: Aws::EKS::Types::ServerException

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

Overview

These errors are usually caused by a server-side issue.

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)


5387
5388
5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-eks/types.rb', line 5387

class ServerException < 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)


5387
5388
5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-eks/types.rb', line 5387

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

#messageString

These errors are usually caused by a server-side issue.

Returns:

  • (String)


5387
5388
5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-eks/types.rb', line 5387

class ServerException < 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)


5387
5388
5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-eks/types.rb', line 5387

class ServerException < 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)


5387
5388
5389
5390
5391
5392
5393
5394
5395
# File 'lib/aws-sdk-eks/types.rb', line 5387

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