Class: Aws::Connect::Types::BatchDescribeDataTableValueFailureResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchDescribeDataTableValueFailureResult
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A batch describe data table value failure result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_name ⇒ String
The result's attribute name.
-
#message ⇒ String
The result's message.
-
#primary_values ⇒ Array<Types::PrimaryValue>
The result's primary values.
Instance Attribute Details
#attribute_name ⇒ String
The result's attribute name.
2320 2321 2322 2323 2324 2325 2326 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2320 class BatchDescribeDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The result's message.
2320 2321 2322 2323 2324 2325 2326 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2320 class BatchDescribeDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The result's primary values.
2320 2321 2322 2323 2324 2325 2326 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2320 class BatchDescribeDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |