Class: Aws::SNS::Types::TagPolicyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SNS::Types::TagPolicyException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sns/types.rb
Overview
The request doesn’t comply with the IAM tag policy. Correct your request and then retry it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2940 2941 2942 2943 2944 |
# File 'lib/aws-sdk-sns/types.rb', line 2940 class TagPolicyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |