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
16596 16597 16598 16599 16600 |
# File 'lib/aws-sdk-ssm/types.rb', line 16596 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |