Class: Aws::Connect::Types::BatchCreateDataTableValueFailureResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::BatchCreateDataTableValueFailureResult
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
A batch create 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.
2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2131 class BatchCreateDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The result's message.
2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2131 class BatchCreateDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |
#primary_values ⇒ Array<Types::PrimaryValue>
The result's primary values.
2131 2132 2133 2134 2135 2136 2137 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2131 class BatchCreateDataTableValueFailureResult < Struct.new( :primary_values, :attribute_name, :message) SENSITIVE = [] include Aws::Structure end |