@Value.Immutable
public interface ValidateConnectorRuntimeSettingsResponse
ValidateConnectorRuntimeSettings> operation.| Modifier and Type | Method and Description |
|---|---|
ErrorDetails |
errorDetails()
Error details contains ErrorCode and ErrorMessage if the Operation is unsuccessful.
|
Map<String,String> |
errorsByInputField()
Error message for the invalid connector settings keys.
|
boolean |
isSuccess()
Specifies if the operation is successful or not.
|
boolean isSuccess()
@Nullable Map<String,String> errorsByInputField()
ConnectorRuntimeSetting.key()
provided as input and value will be the error message.@Nullable ErrorDetails errorDetails()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.