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