Class: Aws::Chime::Types::PhoneNumberError

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

Overview

If the phone number 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6603

class PhoneNumberError < Struct.new(
  :phone_number_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6603

class PhoneNumberError < Struct.new(
  :phone_number_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#phone_number_idString

The phone number ID for which the action failed.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6603

class PhoneNumberError < Struct.new(
  :phone_number_id,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end