Class FailureException
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents a failure a contributor insights operation.
public class FailureException
- Inheritance
-
FailureException
- Inherited Members
Constructors
FailureException()
public FailureException()
Properties
ExceptionDescription
Gets and sets the property ExceptionDescription.
Description of the failure.
public string ExceptionDescription { get; set; }
Property Value
ExceptionName
Gets and sets the property ExceptionName.
Exception name.
public string ExceptionName { get; set; }