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)


2229
2230
2231
2232
2233
2234
2235
# File 'lib/aws-sdk-connect/types.rb', line 2229

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

#messageString

The result’s message.

Returns:

  • (String)


2229
2230
2231
2232
2233
2234
2235
# File 'lib/aws-sdk-connect/types.rb', line 2229

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

#primary_valuesArray<Types::PrimaryValue>

The result’s primary values.

Returns:



2229
2230
2231
2232
2233
2234
2235
# File 'lib/aws-sdk-connect/types.rb', line 2229

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