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
1521 1522 1523 1524 1525 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1521 class InvalidTagException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |