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)


6315
6316
6317
6318
6319
# File 'lib/aws-sdk-ssm/types.rb', line 6315

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