Class: Aws::SSM::Types::DoesNotExistException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 limits in Systems Manager, see [AWS Systems Manager Limits].

[1]: docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ssm

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6335
6336
6337
6338
# File 'lib/aws-sdk-ssm/types.rb', line 6335

class DoesNotExistException < Struct.new(
  :message)
  include Aws::Structure
end