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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


7071
7072
7073
7074
7075
# File 'lib/aws-sdk-ssm/types.rb', line 7071

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