Class: Aws::SSM::Types::TotalSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::TotalSizeLimitExceededException
- 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
#message ⇒ String
18303 18304 18305 18306 18307 |
# File 'lib/aws-sdk-ssm/types.rb', line 18303 class TotalSizeLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |