Class: Aws::Kinesis::Types::KMSNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The request was rejected because the specified entity or resource can’t be found.
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
965 966 967 |
# File 'lib/aws-sdk-kinesis/types.rb', line 965 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
965 966 967 968 969 970 |
# File 'lib/aws-sdk-kinesis/types.rb', line 965 class KMSNotFoundException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |