Class: Aws::SWF::Types::TooManyTagsFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::TooManyTagsFault
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
You've exceeded the number of tags allowed for a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5585 5586 5587 5588 5589 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 5585 class TooManyTagsFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |