Class: Aws::GameLift::Errors::ConflictException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GameLift::Errors::ConflictException
- Defined in:
- lib/aws-sdk-gamelift/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
constructor
A new instance of ConflictException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConflictException
Returns a new instance of ConflictException.
58 59 60 |
# File 'lib/aws-sdk-gamelift/errors.rb', line 58 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
63 64 65 |
# File 'lib/aws-sdk-gamelift/errors.rb', line 63 def @message || @data[:message] end |