Class: Aws::SSM::Types::InvalidDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidDocument
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified SSM document doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The SSM document doesn’t exist or the document isn’t available to the user.
Instance Attribute Details
#message ⇒ String
The SSM document doesn’t exist or the document isn’t available to the user. This exception can be issued by various API operations.
10285 10286 10287 10288 10289 |
# File 'lib/aws-sdk-ssm/types.rb', line 10285 class InvalidDocument < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |