Class: Aws::EKS::Errors::InvalidStateException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EKS::Errors::InvalidStateException
- Defined in:
- lib/aws-sdk-eks/errors.rb
Instance Method Summary collapse
- #cluster_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidStateException
constructor
A new instance of InvalidStateException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidStateException
Returns a new instance of InvalidStateException.
197 198 199 |
# File 'lib/aws-sdk-eks/errors.rb', line 197 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#cluster_name ⇒ String
202 203 204 |
# File 'lib/aws-sdk-eks/errors.rb', line 202 def cluster_name @data[:cluster_name] end |
#message ⇒ String
207 208 209 |
# File 'lib/aws-sdk-eks/errors.rb', line 207 def @message || @data[:message] end |