View a markdown version of this page

BatchGetDiscoverableRegistryRecordError - AgentRegistry Data Plane API Reference

BatchGetDiscoverableRegistryRecordError

Describes why a requested record could not be retrieved.

Contents

errorCode

The machine-readable reason that the record could not be retrieved.

Type: String

Valid Values: RESOURCE_NOT_FOUND | ACCESS_DENIED | INTERNAL_ERROR

Required: Yes

recordId

The identifier of the record that could not be retrieved, echoed from the request in the same format that you supplied (ARN or record ID).

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: (arn:aws(-[^:]+)?:agent-registry:[a-z0-9-]+:[0-9]{12}:registry/[a-zA-Z0-9]{12,16}/record/)?[a-zA-Z0-9]{12}

Required: Yes

registryId

The identifier of the registry the record was requested from, echoed from the request.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 2048.

Pattern: (arn:aws(-[^:]+)?:agent-registry:[a-z0-9-]+:[0-9]{12}:registry/)?[a-zA-Z0-9]{12,16}

Required: Yes

message

An optional human-readable detail about the error. Do not parse this value programmatically.

Type: String

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: