Class: Aws::SSM::Errors::OpsItemAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemAlreadyExistsException
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemAlreadyExistsException
constructor
A new instance of OpsItemAlreadyExistsException.
-
#message ⇒ String
-
#ops_item_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemAlreadyExistsException
Returns a new instance of OpsItemAlreadyExistsException.
1457 1458 1459 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1457 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1462 1463 1464 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1462 def @message || @data[:message] end |
#ops_item_id ⇒ String
1467 1468 1469 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1467 def ops_item_id @data[:ops_item_id] end |