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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


3798
3799
3800
3801
3802
3803
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3798

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

#exception_nameString

Exception name.

Returns:

  • (String)


3798
3799
3800
3801
3802
3803
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3798

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