Name, eg. ConditionalCheckFailedException
Optional Readonly $fault?: "client" | "server"Whether the client or server are at fault.
Optional $metadata?: { Optional attempts?: numberThe number of times this operation was attempted.
Optional cfA tertiary identifier for the last request sent. Used for debugging.
Optional extendedA secondary identifier for the last request sent. Used for debugging.
Optional httpThe status code of the last HTTP response received for this operation.
Optional requestA unique identifier for the last request sent for this operation. Often requested by AWS service teams to aid in debugging.
Optional totalThe total amount of time (in milliseconds) that was spent waiting between retry attempts.f
Optional Readonly $retryable?: { Indicates that an error MAY be retried by the client.
Optional Readonly throttling?: booleanIndicates that the error is a retryable throttling error.
Optional Readonly $service?: stringThe service that encountered the exception.
Optional stack?: stringNon-standard stacktrace
Human-readable error response message