Class: Aws::SSM::Types::InvalidDocumentType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidDocumentType
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The SSM document type isn't valid. Valid document types are described in the `DocumentType` property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9883 9884 9885 9886 9887 |
# File 'lib/aws-sdk-ssm/types.rb', line 9883 class InvalidDocumentType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |