Class: Aws::Connect::Types::ErrorResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ErrorResult
- Defined in:
- gems/aws-sdk-connect/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.
8183 8184 8185 8186 8187 8188 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8183 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The corresponding error message for the error code.
8183 8184 8185 8186 8187 8188 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 8183 class ErrorResult < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |