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
stringDescribes 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
stringerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode
ResourceInUseException(string, Exception)
Construct instance of ResourceInUseException
public ResourceInUseException(string message, Exception innerException)
Parameters
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
stringinnerException
ExceptionerrorType
ErrorTypeerrorCode
stringrequestId
stringstatusCode
HttpStatusCode