Class: Aws::SSM::Errors::OpsItemAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemAlreadyExistsException
- Defined in:
- 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.
1407 1408 1409 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1407 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1412 1413 1414 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1412 def @message || @data[:message] end |
#ops_item_id ⇒ String
1417 1418 1419 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1417 def ops_item_id @data[:ops_item_id] end |