Class: Aws::ChimeSDKVoice::Types::BatchUpdatePhoneNumberResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_errorsArray<Types::PhoneNumberError>

A list of failed phone numbers and their error messages.

Returns:



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