Class: Aws::Connect::Types::BatchCreateDataTableValueFailureResult

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

Overview

A batch create 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)


2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-connect/types.rb', line 2162

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

#messageString

The result’s message.

Returns:

  • (String)


2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-connect/types.rb', line 2162

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

#primary_valuesArray<Types::PrimaryValue>

The result’s primary values.

Returns:



2162
2163
2164
2165
2166
2167
2168
# File 'lib/aws-sdk-connect/types.rb', line 2162

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