Skip to content

Exceptions

CLASS DESCRIPTION
MetricResolutionError

When metric resolution is not supported by CloudWatch

MetricUnitError

When metric unit is not supported by CloudWatch

MetricValueError

When metric value isn't a valid number

SchemaValidationError

When serialization fail schema validation

MetricResolutionError ¶

Bases: Exception

When metric resolution is not supported by CloudWatch

MetricUnitError ¶

Bases: Exception

When metric unit is not supported by CloudWatch

MetricValueError ¶

Bases: Exception

When metric value isn't a valid number

SchemaValidationError ¶

Bases: Exception

When serialization fail schema validation