Class: Aws::SSM::Types::ParameterNotFound

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

Overview

The parameter could not be found. Verify the name and try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12292
12293
12294
12295
# File 'lib/aws-sdk-ssm/types.rb', line 12292

class ParameterNotFound < Struct.new(
  :message)
  include Aws::Structure
end