You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#detailsString

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

Returns:

  • (String)

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

#typeString

The type of error that caused the failure.

Possible values:

  • RETIRE_KMS_GRANT_FAILED
  • CREATE_KMS_GRANT_FAILED
  • KMS_ACCESS_DENIED
  • DISABLED_KMS_KEY
  • INVALID_KMS_KEY
  • KMS_KEY_NOT_FOUND
  • KMS_OPT_IN_REQUIRED
  • CREATE_ENI_FAILED
  • DELETE_ENI_FAILED
  • SUBNET_NOT_FOUND
  • SECURITY_GROUP_NOT_FOUND
  • ENI_ACCESS_DENIED
  • SUBNET_ACCESS_DENIED
  • SECURITY_GROUP_ACCESS_DENIED
  • UNKNOWN_ERROR

Returns:

  • (String)

    The type of error that caused the failure.