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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10861
10862
10863
10864
10865
10866
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10861

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

#type_nameString

Returns:

  • (String)


10861
10862
10863
10864
10865
10866
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10861

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