Class: Aws::Firehose::Types::FailureDescription

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

Overview

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

A message providing details about the error that caused the failure.

Returns:

  • (String)


2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2108

class FailureDescription < Struct.new(
  :type,
  :details)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of error that caused the failure.

Returns:

  • (String)


2108
2109
2110
2111
2112
2113
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 2108

class FailureDescription < Struct.new(
  :type,
  :details)
  SENSITIVE = []
  include Aws::Structure
end