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

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

Construct instance of InsufficientS3BucketPolicyException
public InsufficientS3BucketPolicyException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InsufficientS3BucketPolicyException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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