Class: Aws::ChimeSDKVoice::Types::BatchDeletePhoneNumberResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ChimeSDKVoice::Types::BatchDeletePhoneNumberResponse
 
- 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> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages. 
Instance Attribute Details
#phone_number_errors ⇒ Array<Types::PhoneNumberError>
If the action fails for one or more of the phone numbers in the request, a list of the phone numbers is returned, along with error codes and error messages.
| 183 184 185 186 187 | # File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 183 class BatchDeletePhoneNumberResponse < Struct.new( :phone_number_errors) SENSITIVE = [] include Aws::Structure end |