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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


6497
6498
6499
6500
6501
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 6497

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