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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6598
6599
6600
6601
6602
# File 'lib/aws-sdk-ssm/types.rb', line 6598

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