Class: Aws::BCMRecommendedActions::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMRecommendedActions::Types::ValidationException
- Defined in:
- gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb
Overview
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
Lists each problematic field and why it failed validation.
-
#message ⇒ String
-
#reason ⇒ String
Provides a single, overarching explanation for the validation failure.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
Lists each problematic field and why it failed validation.
206 207 208 209 210 211 212 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
206 207 208 209 210 211 212 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Provides a single, overarching explanation for the validation failure.
206 207 208 209 210 211 212 |
# File 'gems/aws-sdk-bcmrecommendedactions/lib/aws-sdk-bcmrecommendedactions/types.rb', line 206 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |