Class: Aws::Kinesis::Types::KMSThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSThrottlingException
- Defined in:
- gems/aws-sdk-kinesis/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
1002 1003 1004 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1002 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
1002 1003 1004 1005 1006 1007 |
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1002 class KMSThrottlingException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |