Class: Aws::SSM::Types::InvalidTag

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

Overview

The specified tag key or value isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11195
11196
11197
11198
11199
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11195

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