<?phpnamespace AwsCodePipelineException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon CodePipeline service. */class CodePipelineException extends AwsException {}