Class: Aws::BCMRecommendedActions::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMRecommendedActions::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb
Overview
Provides specific details about why a particular field failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Provides a message explaining why the field failed validation.
-
#name ⇒ String
Provides the name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
Provides a message explaining why the field failed validation.
227 228 229 230 231 232 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 227 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Provides the name of the field that failed validation.
227 228 229 230 231 232 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 227 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |