Class: Aws::Evs::Types::TagPolicyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb

Overview

TagPolicyException is deprecated. See ValidationException instead.

The request doesn't comply with IAM tag policy. Correct your request and then retry it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Describes the error encountered

Returns:

  • (String)


1342
1343
1344
1345
1346
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1342

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