Class: Aws::OSIS::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::OSIS::Errors::ConflictException
- Defined in:
- lib/aws-sdk-osis/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
61 62 63 |
# File 'lib/aws-sdk-osis/errors.rb', line 61 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |