Skip to content

Bedrock Agentcore  >  Errors  >  RuntimeClientError

RuntimeClientError

Error Class

RuntimeClientError dataclass

Bases: ServiceError

The exception that occurs when there is an error in the runtime client. This can happen due to network issues, invalid configuration, or other client-side problems. Check the error message for specific details about the error.

Attributes

fault class-attribute instance-attribute
fault: Literal['client', 'server'] | None = 'client'