Class: Aws::SSM::Types::DoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::DoesNotExistException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.
For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7326 7327 7328 7329 7330 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7326 class DoesNotExistException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |