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 quotas in Amazon Web Services Systems Manager, see [Systems Manager service quotas] in the *Amazon Web Services General Reference*.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7144
7145
7146
7147
7148
# File 'lib/aws-sdk-ssm/types.rb', line 7144

class DoesNotExistException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end