Class: Aws::ECS::Errors::PlatformUnknownException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECS::Errors::PlatformUnknownException
- Defined in:
- lib/aws-sdk-ecs/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PlatformUnknownException
constructor
A new instance of PlatformUnknownException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ PlatformUnknownException
Returns a new instance of PlatformUnknownException.
212 213 214 |
# File 'lib/aws-sdk-ecs/errors.rb', line 212 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |