Class: Aws::PinpointSMSVoiceV2::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PinpointSMSVoiceV2::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpointsmsvoicev2/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
- #message ⇒ String
-
#request_id ⇒ String
The unique identifier of the request.
Instance Attribute Details
#message ⇒ String
3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3479 class InternalServerException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The unique identifier of the request.
3479 3480 3481 3482 3483 3484 |
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3479 class InternalServerException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |