Class: Aws::AppFabric::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The input failed to meet the constraints specified by the Amazon Web Services service in a specified field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the validation exception.
-
#name ⇒ String
The field name where the invalid entry was detected.
Instance Attribute Details
#message ⇒ String
A message about the validation exception.
1979 1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1979 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name where the invalid entry was detected.
1979 1980 1981 1982 1983 1984 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1979 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |