Class: Aws::DynamoDB::Types::FailureException

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

Overview

Represents a failure a contributor insights operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_descriptionString

Description of the failure.

Returns:

  • (String)


3696
3697
3698
3699
3700
3701
# File 'lib/aws-sdk-dynamodb/types.rb', line 3696

class FailureException < Struct.new(
  :exception_name,
  :exception_description)
  SENSITIVE = []
  include Aws::Structure
end

#exception_nameString

Exception name.

Returns:

  • (String)


3696
3697
3698
3699
3700
3701
# File 'lib/aws-sdk-dynamodb/types.rb', line 3696

class FailureException < Struct.new(
  :exception_name,
  :exception_description)
  SENSITIVE = []
  include Aws::Structure
end