Skip navigation links
com.amazonaws.appflow.custom.connector.model.settings

Interface ValidateConnectorRuntimeSettingsResponse

    • Method Detail

      • isSuccess

        boolean isSuccess()
        Specifies if the operation is successful or not.
      • errorsByInputField

        @Nullable
        Map<String,String> errorsByInputField()
        Error message for the invalid connector settings keys. Key will be ConnectorRuntimeSetting.key() provided as input and value will be the error message.
      • errorDetails

        @Nullable
        ErrorDetails errorDetails()
        Error details contains ErrorCode and ErrorMessage if the Operation is unsuccessful.

Copyright © 2021–2022 Amazon Web Services. All rights reserved.