Class: Aws::ACMPCA::Types::TooManyTagsException

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

#messageString

Returns:

  • (String)


2437
2438
2439
2440
2441
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 2437

class TooManyTagsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end