Class: Aws::ECS::Errors::ResourceInUseException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECS::Errors::ResourceInUseException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ecs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
constructor
A new instance of ResourceInUseException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceInUseException
Returns a new instance of ResourceInUseException.
362 363 364 |
# File 'lib/aws-sdk-ecs/errors.rb', line 362 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
367 |
# File 'lib/aws-sdk-ecs/errors.rb', line 367
def message: () -> ::String
|