InlineIOMaxBytesBreached
This error is raised when the inline IO max bytes limit is breached. This can be adjusted per task by setting max_inline_io_bytes in the task definition.
Constructors
-
This error is raised when the inline IO max bytes limit is breached.
-
Parameters
- message: string
- The error message.
- message: string
-
Initializes the InlineIOMaxBytesBreached error.
-
Parameters
- message: string
- The error message detailing the breach.
- message: string