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

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


14411
14412
14413
14414
14415
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14411

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