NAME

Paws::Kinesis::SubscribeToShardEventStream

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Kinesis::SubscribeToShardEventStream object:

$service_obj->Method(Att1 => { InternalFailureException => $value, ..., SubscribeToShardEvent => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Kinesis::SubscribeToShardEventStream object:

$result = $service_obj->Method(...);
$result->Att1->InternalFailureException

DESCRIPTION

This is a tagged union for all of the types of events an enhanced fan-out consumer can receive over HTTP/2 after a call to SubscribeToShard.

ATTRIBUTES

InternalFailureException => Paws::Kinesis::InternalFailureException

The processing of the request failed because of an unknown error, exception, or failure.

KMSAccessDeniedException => Paws::Kinesis::KMSAccessDeniedException

KMSDisabledException => Paws::Kinesis::KMSDisabledException

KMSInvalidStateException => Paws::Kinesis::KMSInvalidStateException

KMSNotFoundException => Paws::Kinesis::KMSNotFoundException

KMSOptInRequired => Paws::Kinesis::KMSOptInRequired

KMSThrottlingException => Paws::Kinesis::KMSThrottlingException

ResourceInUseException => Paws::Kinesis::ResourceInUseException

ResourceNotFoundException => Paws::Kinesis::ResourceNotFoundException

REQUIRED SubscribeToShardEvent => Paws::Kinesis::SubscribeToShardEvent

After you call SubscribeToShard, Kinesis Data Streams sends events of this type to your consumer. For an example of how to handle these events, see Enhanced Fan-Out Using the Kinesis Data Streams API.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Kinesis

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues