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

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

Overview

The parameter couldn't be found. Verify the name and try again.

For the DeleteParameter and GetParameter actions, if the specified parameter doesn't exist, the ParameterNotFound exception is not recorded in CloudTrail event logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15682
15683
15684
15685
15686
# File 'lib/aws-sdk-ssm/types.rb', line 15682

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