Class InvalidSourceKmsKeyException
The Key Management Service (KMS) key of the source backup is not valid.
public class InvalidSourceKmsKeyException : AmazonFSxException
- Inheritance
-
InvalidSourceKmsKeyException
Constructors
InvalidSourceKmsKeyException(Exception)
Construct instance of InvalidSourceKmsKeyException
public InvalidSourceKmsKeyException(Exception innerException)
Parameters
innerException
Exception
InvalidSourceKmsKeyException(string)
Constructs a new InvalidSourceKmsKeyException with the specified error message.
public InvalidSourceKmsKeyException(string message)
Parameters
message
stringDescribes the error encountered.
InvalidSourceKmsKeyException(string, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSourceKmsKeyException
public InvalidSourceKmsKeyException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
InvalidSourceKmsKeyException(string, Exception)
Construct instance of InvalidSourceKmsKeyException
public InvalidSourceKmsKeyException(string message, Exception innerException)
Parameters
InvalidSourceKmsKeyException(string, Exception, ErrorType, string, string, HttpStatusCode)
Construct instance of InvalidSourceKmsKeyException
public InvalidSourceKmsKeyException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)
Parameters
message
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode