AWSDynamoDBFailureException

Objective-C

@interface AWSDynamoDBFailureException

Swift

class AWSDynamoDBFailureException

Represents a failure a contributor insights operation.

  • Description of the failure.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable exceptionDescription;

    Swift

    var exceptionDescription: String? { get set }
  • Exception name.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable exceptionName;

    Swift

    var exceptionName: String? { get set }