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)


1186
1187
1188
1189
1190
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 1186

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