Class: Aws::ChimeSDKVoice::Types::BatchUpdatePhoneNumberResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::BatchUpdatePhoneNumberResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-chimesdkvoice/types.rb', line 207 class BatchUpdatePhoneNumberResponse < Struct.new( :phone_number_errors) SENSITIVE = [] include Aws::Structure end |