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)


8898
8899
8900
8901
# File 'lib/aws-sdk-ssm/types.rb', line 8898

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