AWSIoTValidationError

Objective-C

@interface AWSIoTValidationError

Swift

class AWSIoTValidationError

Information about an error found in a behavior specification.

  • The description of an error found in the behaviors.

    Declaration

    Objective-C

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

    Swift

    var errorMessage: String? { get set }