Amazon.Redshift.Model.InsufficientS3BucketPolicyException.InsufficientS3BucketPolicyException C# (CSharp) Метод

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

Construct instance of InsufficientS3BucketPolicyException
public InsufficientS3BucketPolicyException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode
Результат System
        public InsufficientS3BucketPolicyException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode) 
            : base(message, errorType, errorCode, requestId, statusCode) {}

Same methods

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