Class: Aws::SSM::Types::InvalidDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidDocument
- Defined in:
- gems/aws-sdk-ssm/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.
10544 10545 10546 10547 10548 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10544 class InvalidDocument < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |