Class: Aws::SNS::Types::TagPolicyException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


2177
2178
2179
2180
2181
# File 'lib/aws-sdk-sns/types.rb', line 2177

class TagPolicyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end