Class: Aws::MarketplaceAgreement::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplaceagreement/types.rb
Overview
The input fails to satisfy the constraints specified by the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
See applicable actions.
-
#name ⇒ String
The name of the field associated with the error.
Instance Attribute Details
#message ⇒ String
See applicable actions.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1219 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field associated with the error.
1219 1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1219 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |