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
      3212 3213 3214 3215 3216 3217  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3212 class InternalServerException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The unique identifier of the request.
      3212 3213 3214 3215 3216 3217  | 
    
      # File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 3212 class InternalServerException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end  |