AWSEC2ValidationError

Objective-C

@interface AWSEC2ValidationError

Swift

class AWSEC2ValidationError

The error code and error message that is returned for a parameter or parameter combination that is not valid when a new launch template or new version of a launch template is created.

  • The error code that indicates why the parameter or parameter combination is not valid. For more information about error codes, see Error codes.

    Declaration

    Objective-C

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

    Swift

    var code: String? { get set }
  • The error message that describes why the parameter or parameter combination is not valid. For more information about error messages, see Error codes.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }