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

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


17879
17880
17881
17882
17883
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17879

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