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
13407 13408 13409 13410 13411 13412 |
# File 'lib/aws-sdk-ssm/types.rb', line 13407 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |
#ops_item_id ⇒ String
13407 13408 13409 13410 13411 13412 |
# File 'lib/aws-sdk-ssm/types.rb', line 13407 class OpsItemAlreadyExistsException < Struct.new( :message, :ops_item_id) SENSITIVE = [] include Aws::Structure end |