Class: Aws::ConnectCases::Types::FieldOptionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::FieldOptionError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
Object for field Options errors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
Error code from creating or updating field option.
-
#message ⇒ String
Error message from creating or updating field option.
-
#value ⇒ String
The field option value that caused the error.
Instance Attribute Details
#error_code ⇒ String
Error code from creating or updating field option.
1029 1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1029 class FieldOptionError < Struct.new( :error_code, :message, :value) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message from creating or updating field option.
1029 1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1029 class FieldOptionError < Struct.new( :error_code, :message, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The field option value that caused the error.
1029 1030 1031 1032 1033 1034 1035 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1029 class FieldOptionError < Struct.new( :error_code, :message, :value) SENSITIVE = [] include Aws::Structure end |