Class: Aws::SSM::Types::ItemSizeLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ItemSizeLimitExceededException
- 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
#message ⇒ String
11168 11169 11170 11171 11172 11173 |
# File 'lib/aws-sdk-ssm/types.rb', line 11168 class ItemSizeLimitExceededException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
11168 11169 11170 11171 11172 11173 |
# File 'lib/aws-sdk-ssm/types.rb', line 11168 class ItemSizeLimitExceededException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |