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)


3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3897

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

#exception_nameString

Exception name.

Returns:

  • (String)


3897
3898
3899
3900
3901
3902
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3897

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