Class: Aws::Chime::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#phone_number_errorsArray<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.

Returns:



3440
3441
3442
3443
3444
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3440

class DisassociatePhoneNumbersFromVoiceConnectorGroupResponse < Struct.new(
  :phone_number_errors)
  SENSITIVE = []
  include Aws::Structure
end