Class: Aws::PaymentCryptography::Errors::ServiceUnavailableException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PaymentCryptography::Errors::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
constructor
A new instance of ServiceUnavailableException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceUnavailableException
Returns a new instance of ServiceUnavailableException.
125 126 127 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 125 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
130 131 132 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 130 def @message || @data[:message] end |