Class: Aws::SSM::Types::InvalidDocument

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The specified document does not exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The document does not exist or the document is not available to the user. This exception can be issued by CreateAssociation, CreateAssociationBatch, DeleteAssociation, DeleteDocument, DescribeAssociation, DescribeDocument, GetDocument, SendCommand, or UpdateAssociationStatus.

Returns:

  • (String)


8699
8700
8701
8702
# File 'lib/aws-sdk-ssm/types.rb', line 8699

class InvalidDocument < Struct.new(
  :message)
  include Aws::Structure
end