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.
210 211 212 |
# File 'lib/aws-sdk-eks/errors.rb', line 210 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#addon_name ⇒ String
225 226 227 |
# File 'lib/aws-sdk-eks/errors.rb', line 225 def addon_name @data[:addon_name] end |
#cluster_name ⇒ String
215 216 217 |
# File 'lib/aws-sdk-eks/errors.rb', line 215 def cluster_name @data[:cluster_name] end |
#message ⇒ String
230 231 232 |
# File 'lib/aws-sdk-eks/errors.rb', line 230 def @message || @data[:message] end |
#nodegroup_name ⇒ String
220 221 222 |
# File 'lib/aws-sdk-eks/errors.rb', line 220 def nodegroup_name @data[:nodegroup_name] end |