Class: Aws::Firehose::Types::InvalidKMSResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::InvalidKMSResourceException
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Firehose throws this exception when an attempt to put records or to
start or stop Firehose stream encryption fails. This happens when the
KMS service throws one of the following exception types:
AccessDeniedException
, InvalidStateException
, DisabledException
,
or NotFoundException
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
3392 3393 3394 3395 3396 3397 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3392 class InvalidKMSResourceException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3392 3393 3394 3395 3396 3397 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3392 class InvalidKMSResourceException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |