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)


3825
3826
3827
3828
3829
3830
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3825

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

#exception_nameString

Exception name.

Returns:

  • (String)


3825
3826
3827
3828
3829
3830
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3825

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