Class: Aws::ACMPCA::Types::InvalidTagException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::InvalidTagException
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
The tag associated with the CA is not valid. The invalid argument is contained in the message field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1566 1567 1568 1569 1570 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1566 class InvalidTagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |