Class: Aws::EKS::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::ResourceInUseException
- Defined in:
- lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #addon_name ⇒ String
- #cluster_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
- #nodegroup_name ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
232 233 234 |
# File 'lib/aws-sdk-eks/errors.rb', line 232 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
247 248 249 |
# File 'lib/aws-sdk-eks/errors.rb', line 247 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
237 238 239 |
# File 'lib/aws-sdk-eks/errors.rb', line 237 def cluster_name @data[:cluster_name] end |
#message ⇒ String
252 253 254 |
# File 'lib/aws-sdk-eks/errors.rb', line 252 def @message || @data[:message] end |
#nodegroup_name ⇒ String
242 243 244 |
# File 'lib/aws-sdk-eks/errors.rb', line 242 def nodegroup_name @data[:nodegroup_name] end |