Class: Aws::SSM::Types::ItemSizeLimitExceededException

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

Overview

The inventory item size has exceeded the size limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11132
11133
11134
11135
11136
11137
# File 'lib/aws-sdk-ssm/types.rb', line 11132

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

#type_nameString

Returns:

  • (String)


11132
11133
11134
11135
11136
11137
# File 'lib/aws-sdk-ssm/types.rb', line 11132

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