Class: Aws::ECS::Errors::ClusterNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECS::Errors::ClusterNotFoundException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClusterNotFoundException
constructor
A new instance of ClusterNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ClusterNotFoundException
Returns a new instance of ClusterNotFoundException.
192 193 194 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 192 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
197 198 199 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 197 def @message || @data[:message] end |