Class: Aws::SSM::Errors::OpsItemConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::OpsItemConflictException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemConflictException
constructor
A new instance of OpsItemConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OpsItemConflictException
Returns a new instance of OpsItemConflictException.
1425 1426 1427 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1425 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1430 1431 1432 |
# File 'lib/aws-sdk-ssm/errors.rb', line 1430 def @message || @data[:message] end |