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
13920 13921 13922 13923 13924 13925 |
# File 'lib/aws-sdk-ssm/types.rb', line 13920 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
13920 13921 13922 13923 13924 13925 |
# File 'lib/aws-sdk-ssm/types.rb', line 13920 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |