Class: Aws::SSM::Types::OpsItemNotFoundException

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

Overview

The specified OpsItem ID doesn’t exist. Verify the ID and try again.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11879
11880
11881
11882
# File 'lib/aws-sdk-ssm/types.rb', line 11879

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