Class: Aws::ChimeSDKVoice::Types::BatchUpdatePhoneNumberResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ChimeSDKVoice::Types::BatchUpdatePhoneNumberResponse
 
 
- Defined in:
 - gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #phone_number_errors  ⇒ Array<Types::PhoneNumberError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of failed phone numbers and their error messages.
 
Instance Attribute Details
#phone_number_errors ⇒ Array<Types::PhoneNumberError>
A list of failed phone numbers and their error messages.
      207 208 209 210 211  | 
    
      # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 207 class BatchUpdatePhoneNumberResponse < Struct.new( :phone_number_errors) SENSITIVE = [] include Aws::Structure end  |