Rekognition / Client / exceptions / VideoTooLargeException

VideoTooLargeException#

class Rekognition.Client.exceptions.VideoTooLargeException#

The file size or duration of the supplied media is too large. The maximum file size is 10GB. The maximum duration is 6 hours.

Example

try:
  ...
except client.exceptions.VideoTooLargeException as e:
  print(e.response)
response#

The parsed error response. All exceptions have a top level Error key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.

Syntax

{}

Structure

  • (dict) –

    The file size or duration of the supplied media is too large. The maximum file size is 10GB. The maximum duration is 6 hours.

    • Error (dict) – Normalized access to common exception attributes.

      • Code (string) – An identifier specifying the exception type.

      • Message (string) – A descriptive message explaining why the exception occured.