Class: Aws::SSM::Types::ParameterNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The parameter couldn’t be found. Verify the name and try again.
<note markdown=“1”> For the ‘DeleteParameter` and `GetParameter` actions, if the specified parameter doesn’t exist, the ‘ParameterNotFound` exception is not recorded in CloudTrail event logs.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14940 14941 14942 14943 14944 |
# File 'lib/aws-sdk-ssm/types.rb', line 14940 class ParameterNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |