Warning class

Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.

Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.

Constructors

Warning({String? code, String? message})
Warning.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
The code of the cross-regional warning.
final
hashCode int
The hash code for this object.
no setterinherited
message String?
The message explaining what resources are in a different region from the pipeline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited