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
1515 1516 1517 1518 1519 |
# File 'gems/aws-sdk-paymentcryptographydata/lib/aws-sdk-paymentcryptographydata/types.rb', line 1515 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |