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.
1441 1442 1443 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1441 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1446 1447 1448 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1446 def @message || @data[:message] end |
#ops_item_id ⇒ String
1451 1452 1453 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/errors.rb', line 1451 def ops_item_id @data[:ops_item_id] end |