Class: Aws::Kinesis::Types::KMSOptInRequired
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kinesis::Types::KMSOptInRequired
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesis/types.rb
Overview
The Amazon Web Services access key ID needs a subscription for the service.
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
981 982 983 |
# File 'lib/aws-sdk-kinesis/types.rb', line 981 def event_type @event_type end |
#message ⇒ String
A message that provides information about the error.
981 982 983 984 985 986 |
# File 'lib/aws-sdk-kinesis/types.rb', line 981 class KMSOptInRequired < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |