Amazon.CodeDeploy.Model.IamUserArnRequiredException.IamUserArnRequiredException C# (CSharp) Method

IamUserArnRequiredException() public method

Constructs a new IamUserArnRequiredException with the specified error message.
public IamUserArnRequiredException ( string message ) : System
message string /// Describes the error encountered. ///
return System
        public IamUserArnRequiredException(string message) 
            : base(message) {}
          

Same methods

IamUserArnRequiredException::IamUserArnRequiredException ( Exception innerException ) : System
IamUserArnRequiredException::IamUserArnRequiredException ( System info, System context ) : System
IamUserArnRequiredException::IamUserArnRequiredException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
IamUserArnRequiredException::IamUserArnRequiredException ( string message, Exception innerException ) : System
IamUserArnRequiredException::IamUserArnRequiredException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
IamUserArnRequiredException