AWSIoTRejectCertificateTransferRequest

Objective-C

@interface AWSIoTRejectCertificateTransferRequest

Swift

class AWSIoTRejectCertificateTransferRequest

The input for the RejectCertificateTransfer operation.

Required parameters: [certificateId]

  • The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

    Declaration

    Objective-C

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

    Swift

    var certificateId: String? { get set }
  • The reason the certificate transfer was rejected.

    Declaration

    Objective-C

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

    Swift

    var rejectReason: String? { get set }