Class: Aws::ACM::Types::InvalidTagException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::InvalidTagException
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
One or both of the values that make up the key-value pair is not
valid. For example, you cannot specify a tag value that begins with
aws:
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
963 964 965 966 967 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 963 class InvalidTagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |