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