Class: Aws::SSM::Types::DocumentAlreadyExists

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

Overview

The specified document already exists.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5841
5842
5843
5844
# File 'lib/aws-sdk-ssm/types.rb', line 5841

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