AWSLocationValidationExceptionField
Objective-C
@interface AWSLocationValidationExceptionField
Swift
class AWSLocationValidationExceptionField
The input failed to meet the constraints specified by the AWS service in a specified field.
Required parameters: [Name, Message]
-
A message with the reason for the validation exception error.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }
-
The field name where the invalid entry was detected.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }