Class: Aws::SSM::Types::InvalidItemContentException

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

Overview

One or more content items isn't valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10203

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

#type_nameString

Returns:

  • (String)


10203
10204
10205
10206
10207
10208
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10203

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