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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14381 14382 14383 14384 14385 |
# File 'lib/aws-sdk-ssm/types.rb', line 14381 class ParameterNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |