Class: Aws::SSM::Types::InvalidDeletionIdException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The ID specified for the delete operation does not exist or is not valid. Verify the ID and try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8881
8882
8883
8884
# File 'lib/aws-sdk-ssm/types.rb', line 8881

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