Class: Aws::ECS::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The limit for the resource was exceeded.
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.
8892 8893 8894 8895 8896 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8892 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |