Table of Contents

Class ResourceInUseException

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

The operation conflicts with the resource's availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the

CREATING
state.
public class ResourceInUseException : AmazonDynamoDBException
Inheritance
ResourceInUseException

Constructors

ResourceInUseException(Exception)

Construct instance of ResourceInUseException

public ResourceInUseException(Exception innerException)

Parameters

innerException Exception

ResourceInUseException(string)

Constructs a new ResourceInUseException with the specified error message.

public ResourceInUseException(string message)

Parameters

message string

Describes the error encountered.

ResourceInUseException(string, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceInUseException

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

Parameters

message string
errorType ErrorType
errorCode string
requestId string
statusCode HttpStatusCode

ResourceInUseException(string, Exception)

Construct instance of ResourceInUseException

public ResourceInUseException(string message, Exception innerException)

Parameters

message string
innerException Exception

ResourceInUseException(string, Exception, ErrorType, string, string, HttpStatusCode)

Construct instance of ResourceInUseException

public ResourceInUseException(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