Class: Aws::SSM::Types::TotalSizeLimitExceededException

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

Overview

The size of inventory data has exceeded the total size limit for the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


17698
17699
17700
17701
17702
# File 'lib/aws-sdk-ssm/types.rb', line 17698

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