Class: Aws::Kinesis::Types::KMSThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesis/types.rb

Overview

The request was denied due to request throttling. For more information about throttling, see [Limits] in the *Amazon Web Services Key Management Service Developer Guide*.

[1]: docs.aws.amazon.com/kms/latest/developerguide/limits.html#requests-per-second

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



997
998
999
# File 'lib/aws-sdk-kinesis/types.rb', line 997

def event_type
  @event_type
end

#messageString

A message that provides information about the error.

Returns:

  • (String)


997
998
999
1000
1001
1002
# File 'lib/aws-sdk-kinesis/types.rb', line 997

class KMSThrottlingException < Struct.new(
  :message,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end