Class: Aws::ACM::Types::TagPolicyException

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

#messageString

Returns:

  • (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