Class: Aws::SSM::Types::DuplicateDocumentVersionName

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

Overview

The version name has already been used in this document. Specify a different version name, and then try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7231
7232
7233
7234
7235
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7231

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