Class: Aws::SSM::Types::ParameterVersionNotFound

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

Overview

The specified parameter version wasn’t found. Verify the parameter name and version, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13948
13949
13950
13951
13952
# File 'lib/aws-sdk-ssm/types.rb', line 13948

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