Class: Aws::PaymentCryptography::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptography::Types::InternalServerException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure.
This indicates a server-side error within the Amazon Web Services Payment Cryptography service. If this error persists, contact support for assistance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1348 1349 1350 1351 1352 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/types.rb', line 1348 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |