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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2481
2482
2483
2484
2485
# File 'lib/aws-sdk-acmpca/types.rb', line 2481

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