diff --git a/src/Twilio/Rest/Accounts/V1/Credential/AwsList.php b/src/Twilio/Rest/Accounts/V1/Credential/AwsList.php index 6fcb8fc33..8a00a7163 100644 --- a/src/Twilio/Rest/Accounts/V1/Credential/AwsList.php +++ b/src/Twilio/Rest/Accounts/V1/Credential/AwsList.php @@ -46,7 +46,7 @@ public function __construct( /** * Create the AwsInstance * - * @param string $credentials A string that contains the AWS access credentials in the format `:`. For example, `AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY` + * @param string $credentials A string that contains the AWS access credentials in the format `:`. * @param array|Options $options Optional Arguments * @return AwsInstance Created AwsInstance * @throws TwilioException When an HTTP error occurs.