Class: Aws::ACM::Types::InvalidTagException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

One or both of the values that make up the key-value pair is not valid. For example, you cannot specify a tag value that begins with aws:.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


973
974
975
976
977
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 973

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