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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The SSM document doesn't exist or the document isn't available to the user. This exception can be issued by various API operations.

Returns:

  • (String)


9991
9992
9993
9994
9995
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 9991

class InvalidDocument < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end