Class: Aws::PinpointSMSVoice::Types::InternalServiceErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoice::Types::InternalServiceErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoice/types.rb
Overview
The API encountered an unexpected error and couldn’t complete the request. You might be able to successfully issue the request again in the future.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
292 293 294 295 296 |
# File 'lib/aws-sdk-pinpointsmsvoice/types.rb', line 292 class InternalServiceErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |