Class: Aws::SSM::Types::InvalidItemContentException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidItemContentException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
One or more content items isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10510 10511 10512 10513 10514 10515 |
# File 'lib/aws-sdk-ssm/types.rb', line 10510 class InvalidItemContentException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
10510 10511 10512 10513 10514 10515 |
# File 'lib/aws-sdk-ssm/types.rb', line 10510 class InvalidItemContentException < Struct.new( :type_name, :message) SENSITIVE = [] include Aws::Structure end |