Class: Aws::DynamoDB::Types::FailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::FailureException
- 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
-
#exception_description ⇒ String
Description of the failure.
-
#exception_name ⇒ String
Exception name.
Instance Attribute Details
#exception_description ⇒ String
Description of the failure.
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3827 class FailureException < Struct.new( :exception_name, :exception_description) SENSITIVE = [] include Aws::Structure end |
#exception_name ⇒ String
Exception name.
3827 3828 3829 3830 3831 3832 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 3827 class FailureException < Struct.new( :exception_name, :exception_description) SENSITIVE = [] include Aws::Structure end |