Class: Aws::ACMPCA::Types::TooManyTagsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::TooManyTagsException
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
You can associate up to 50 tags with a private CA. Exception information is contained in the exception message field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2477 2478 2479 2480 2481 |
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2477 class TooManyTagsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |