Class: Aws::SSM::Types::OpsItemNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemNotFoundException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13611 13612 13613 13614 13615 |
# File 'lib/aws-sdk-ssm/types.rb', line 13611 class OpsItemNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |