Class: Aws::ACM::Types::TagPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::TagPolicyException
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
A specified tag did not comply with an existing tag policy and was rejected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1538 1539 1540 1541 1542 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1538 class TagPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |