Class: Aws::Chime::Types::PhoneNumberError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::PhoneNumberError
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#phone_number_id ⇒ String
The phone number ID for which the action failed.
Instance Attribute Details
#error_code ⇒ String
The error code.
6603 6604 6605 6606 6607 6608 6609 |
# File '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_message ⇒ String
The error message.
6603 6604 6605 6606 6607 6608 6609 |
# File '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_id ⇒ String
The phone number ID for which the action failed.
6603 6604 6605 6606 6607 6608 6609 |
# File 'lib/aws-sdk-chime/types.rb', line 6603 class PhoneNumberError < Struct.new( :phone_number_id, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |