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
17393 17394 17395 17396 17397 |
# File 'lib/aws-sdk-ssm/types.rb', line 17393 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |