Class: Aws::Firehose::Types::InvalidKMSResourceException

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

Overview

Kinesis Data Firehose throws this exception when an attempt to put records or to start or stop delivery 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

#codeString

Returns:

  • (String)


2502
2503
2504
2505
2506
2507
# File 'lib/aws-sdk-firehose/types.rb', line 2502

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

#messageString

Returns:

  • (String)


2502
2503
2504
2505
2506
2507
# File 'lib/aws-sdk-firehose/types.rb', line 2502

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