Class: Aws::Connect::Types::ErrorResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ErrorResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
This API is in preview release for Amazon Connect and is subject to change.
List of errors for dataset association failures.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The corresponding error message for the error code.
Instance Attribute Details
#error_code ⇒ String
The error code.
7228 7229 7230 7231 7232 7233 |
# File 'lib/aws-sdk-connect/types.rb', line 7228 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The corresponding error message for the error code.
7228 7229 7230 7231 7232 7233 |
# File 'lib/aws-sdk-connect/types.rb', line 7228 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |