Class: Aws::SSM::Types::OpsItemAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::OpsItemAlreadyExistsException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The OpsItem already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14702 14703 14704 14705 14706 14707 |
# File 'lib/aws-sdk-ssm/types.rb', line 14702 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
14702 14703 14704 14705 14706 14707 |
# File 'lib/aws-sdk-ssm/types.rb', line 14702 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |