AWSEC2UnsuccessfulItem

Objective-C

@interface AWSEC2UnsuccessfulItem

Swift

class AWSEC2UnsuccessfulItem

Information about items that were not successfully processed in a batch call.

  • Information about the error.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2UnsuccessfulItemError *_Nullable error;

    Swift

    var error: AWSEC2UnsuccessfulItemError? { get set }
  • The ID of the resource.

    Declaration

    Objective-C

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

    Swift

    var resourceId: String? { get set }