Class: Aws::ECS::Errors::PlatformTaskDefinitionIncompatibilityException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PlatformTaskDefinitionIncompatibilityException

Returns a new instance of PlatformTaskDefinitionIncompatibilityException.

Parameters:



218
219
220
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/errors.rb', line 218

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end