AwsKinesisFailureReason(mapping=None, *, ignore_unknown_fields=False, **kwargs)Failure when ingesting from an AWS Kinesis source.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
| Attributes | |
|---|---|
| Name | Description | 
| stream_arn
   :noindex: | strOptional. The stream ARN of the Kinesis stream being ingested from. | 
| partition_key
   :noindex: | strOptional. The partition key of the message that failed to be ingested. | 
| sequence_number
   :noindex: | strOptional. The sequence number of the message that failed to be ingested. | 
| schema_violation_reason
   :noindex: | google.pubsub_v1.types.IngestionFailureEvent.SchemaViolationReasonOptional. The Pub/Sub message failed schema validation. This field is a member of oneof_reason. | 
| message_transformation_failure_reason
   :noindex: | google.pubsub_v1.types.IngestionFailureEvent.MessageTransformationFailureReasonOptional. Failure encountered when applying a message transformation to the Pub/Sub message. This field is a member of oneof_reason. |