Class: Aws::ECS::Types::AttributeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::AttributeLimitExceededException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
You can apply up to 10 custom attributes for each resource. You can view the attributes of a resource with ListAttributes. You can remove existing attributes on a resource with DeleteAttributes.
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.
242 243 244 245 246 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 242 class AttributeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |