Class: Aws::IVSRealTime::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IVSRealTime::Errors::ConflictException
- Defined in:
- lib/aws-sdk-ivsrealtime/errors.rb
Instance Method Summary collapse
- #exception_message ⇒ String
-
#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.
64 65 66 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 64 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#exception_message ⇒ String
69 70 71 |
# File 'lib/aws-sdk-ivsrealtime/errors.rb', line 69 def @data[:exception_message] end |