_awsErrorCode = $awsErrorCode; } /** * Get AWS error code * * @return string */ public function getErrorCode() { return $this->_awsErrorCode; } }