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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13548
13549
13550
13551
13552
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13548

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