Class: Aws::ECS::Types::InvalidParameterException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::InvalidParameterException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
The specified parameter isn’t valid. Review the available parameters for the API request.
For more information about service event errors, see [Amazon ECS service event messages].
[1]: docs.aws.amazon.com/AmazonECS/latest/developerguide/service-event-messages-list.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
8809 8810 8811 8812 8813 |
# File 'lib/aws-sdk-ecs/types.rb', line 8809 class InvalidParameterException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |