Class: Aws::SSM::Types::OpsItemConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemConflictException
- Includes:
- Aws::Structure
- Defined in:
- 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
13421 13422 13423 13424 13425 |
# File 'lib/aws-sdk-ssm/types.rb', line 13421 class OpsItemConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |