Class: Aws::SSM::Types::OpsItemConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemConflictException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
The specified OpsItem is in the process of being deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13934 13935 13936 13937 13938 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13934 class OpsItemConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |