Skip to content

Bedrock AgentCore  >  Errors  >  SubscriptionRequiredException

SubscriptionRequiredException

Error Class

SubscriptionRequiredException dataclass

Bases: ServiceError

Returned when you attempt a wallet operation against a Coinbase Marketplace connector whose account does not hold an active Marketplace subscription and is not within the legacy exception period. Subscribe to the Marketplace listing before you retry the operation.

Attributes

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

The name of the product that requires a Marketplace subscription.

subscription_url class-attribute instance-attribute
subscription_url: str | None = None

The URL to the Marketplace listing where you can subscribe.