Amazon.Lambda.Model.EC2AccessDeniedException.EC2AccessDeniedException C# (CSharp) Метод

EC2AccessDeniedException() публичный Метод

Constructs a new EC2AccessDeniedException with the specified error message.
public EC2AccessDeniedException ( string message ) : System
message string /// Describes the error encountered. ///
Результат System
        public EC2AccessDeniedException(string message) 
            : base(message) {}
          

Same methods

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