Class: Aws::EKS::Errors::ClientException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::EKS::Errors::ClientException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #addon_name ⇒ String
- #cluster_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClientException
constructor
A new instance of ClientException.
- #message ⇒ String
- #nodegroup_name ⇒ String
- #subscription_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClientException
Returns a new instance of ClientException.
87 88 89 |
# File 'lib/aws-sdk-eks/errors.rb', line 87 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
102 |
# File 'lib/aws-sdk-eks/errors.rb', line 102
def addon_name: () -> ::String
|
#cluster_name ⇒ String
92 |
# File 'lib/aws-sdk-eks/errors.rb', line 92
def cluster_name: () -> ::String
|
#message ⇒ String
112 |
# File 'lib/aws-sdk-eks/errors.rb', line 112
def message: () -> ::String
|
#nodegroup_name ⇒ String
97 |
# File 'lib/aws-sdk-eks/errors.rb', line 97
def nodegroup_name: () -> ::String
|
#subscription_id ⇒ String
107 |
# File 'lib/aws-sdk-eks/errors.rb', line 107
def subscription_id: () -> ::String
|