Class: Aws::ServiceQuotas::Types::TagPolicyViolationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::TagPolicyViolationException
- Defined in:
- gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb
Overview
The specified tag is a reserved word and cannot be used.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1504 1505 1506 1507 1508 |
# File 'gems/aws-sdk-servicequotas/lib/aws-sdk-servicequotas/types.rb', line 1504 class TagPolicyViolationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |