Class: Aws::SSM::Types::ParameterVersionNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterVersionNotFound
- Includes:
- Aws::Structure
- Defined in:
- 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
#message ⇒ String
14473 14474 14475 14476 14477 |
# File 'lib/aws-sdk-ssm/types.rb', line 14473 class ParameterVersionNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |