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)


3819
3820
3821
3822
3823
3824
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3819

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

#exception_nameString

Exception name.

Returns:

  • (String)


3819
3820
3821
3822
3823
3824
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3819

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