Class: Aws::PaymentCryptographyData::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PaymentCryptographyData::Types::InternalServerException
- Defined in:
- gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb
Overview
The request processing has failed because of an unknown error, exception, or failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1625 1626 1627 1628 1629 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1625 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |