Class: Aws::MarketplaceDeployment::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDeployment::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacedeployment/types.rb
Overview
An error occurred during validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_name ⇒ String
The field name associated with the error.
- #message ⇒ String
Instance Attribute Details
#field_name ⇒ String
The field name associated with the error.
294 295 296 297 298 299 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 294 class ValidationException < Struct.new( :field_name, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
294 295 296 297 298 299 |
# File 'lib/aws-sdk-marketplacedeployment/types.rb', line 294 class ValidationException < Struct.new( :field_name, :message) SENSITIVE = [] include Aws::Structure end |