Class: Aws::ACMPCA::Types::InvalidTagException

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

#messageString

Returns:

  • (String)


1566
1567
1568
1569
1570
# File 'lib/aws-sdk-acmpca/types.rb', line 1566

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