| Package | Description |
|---|---|
| com.amazonaws.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
ValidationException |
ValidationException.withErrorArguments(Collection<ValidationExceptionErrorArgument> errorArguments)
A list of attributes that led to the exception and their values.
|
ValidationException |
ValidationException.withErrorArguments(ValidationExceptionErrorArgument... errorArguments)
A list of attributes that led to the exception and their values.
|
ValidationException |
ValidationException.withErrorId(String errorId)
A unique ID for the error.
|
ValidationException |
ValidationException.withFields(Collection<ValidationExceptionField> fields)
A list of request parameters that failed validation.
|
ValidationException |
ValidationException.withFields(ValidationExceptionField... fields)
A list of request parameters that failed validation.
|
ValidationException |
ValidationException.withReason(String reason)
The reason that validation failed.
|
ValidationException |
ValidationException.withReason(ValidationExceptionReason reason)
The reason that validation failed.
|
Copyright © 2023. All rights reserved.