Class: Aws::SSM::Types::ItemContentMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ItemContentMismatchException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The inventory item has invalid content.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-ssm/types.rb', line 11151 class ItemContentMismatchException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
11151 11152 11153 11154 11155 11156 |
# File 'lib/aws-sdk-ssm/types.rb', line 11151 class ItemContentMismatchException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |