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)


14140
14141
14142
14143
14144
# File 'lib/aws-sdk-ssm/types.rb', line 14140

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