Class: Aws::SSM::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The specified parameter to be shared could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
17159 17160 17161 17162 17163 |
# File 'lib/aws-sdk-ssm/types.rb', line 17159 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |