Class: Aws::SSM::Types::ParameterVersionNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ParameterVersionNotFound
- Defined in:
- gems/aws-sdk-ssm/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
14986 14987 14988 14989 14990 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 14986 class ParameterVersionNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |