Class: Aws::ConnectCases::Types::FieldError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object for errors on fields.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code from getting a field.
-
#id ⇒ String
The field identifier that caused the error.
-
#message ⇒ String
The error message from getting a field.
Instance Attribute Details
#error_code ⇒ String
The error code from getting a field.
881 882 883 884 885 886 887 |
# File 'lib/aws-sdk-connectcases/types.rb', line 881 class FieldError < Struct.new( :error_code, :id, :message) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The field identifier that caused the error.
881 882 883 884 885 886 887 |
# File 'lib/aws-sdk-connectcases/types.rb', line 881 class FieldError < Struct.new( :error_code, :id, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message from getting a field.
881 882 883 884 885 886 887 |
# File 'lib/aws-sdk-connectcases/types.rb', line 881 class FieldError < Struct.new( :error_code, :id, :message) SENSITIVE = [] include Aws::Structure end |