Class: Aws::Connect::Types::BatchDeleteDataTableValueFailureResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

A batch delete data table value failure result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The result’s attribute name.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'lib/aws-sdk-connect/types.rb', line 2512

class BatchDeleteDataTableValueFailureResult < Struct.new(
  :primary_values,
  :attribute_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The result’s message.

Returns:

  • (String)


2512
2513
2514
2515
2516
2517
2518
# File 'lib/aws-sdk-connect/types.rb', line 2512

class BatchDeleteDataTableValueFailureResult < Struct.new(
  :primary_values,
  :attribute_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#primary_valuesArray<Types::PrimaryValue>

The result’s primary values.

Returns:



2512
2513
2514
2515
2516
2517
2518
# File 'lib/aws-sdk-connect/types.rb', line 2512

class BatchDeleteDataTableValueFailureResult < Struct.new(
  :primary_values,
  :attribute_name,
  :message)
  SENSITIVE = []
  include Aws::Structure
end