Table of Contents

Class KMSNotFoundException

Namespace
Amazon.SimpleNotificationService.Model
Assembly
AWSSDK.SimpleNotificationService.dll

The request was rejected because the specified entity or resource can't be found.

public class KMSNotFoundException : AmazonSimpleNotificationServiceException
Inheritance
KMSNotFoundException

Constructors

KMSNotFoundException(Exception)

Construct instance of KMSNotFoundException

public KMSNotFoundException(Exception innerException)

Parameters

innerException Exception

KMSNotFoundException(string)

Constructs a new KMSNotFoundException with the specified error message.

public KMSNotFoundException(string message)

Parameters

message string

Describes the error encountered.

KMSNotFoundException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSNotFoundException

public KMSNotFoundException(string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

KMSNotFoundException(string, Exception)

Construct instance of KMSNotFoundException

public KMSNotFoundException(string message, Exception innerException)

Parameters

message string
innerException Exception

KMSNotFoundException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of KMSNotFoundException

public KMSNotFoundException(string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode)

Parameters

message string
innerException Exception
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode