Class: Aws::MarketplaceAgreement::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceAgreement::Types::ValidationException
- 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
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields associated with the error.
- #message ⇒ String
-
#reason ⇒ String
The reason associated with the error.
-
#request_id ⇒ String
The unique identifier associated with the error.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields associated with the error.
1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1198 class ValidationException < Struct.new( :fields, :message, :reason, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1198 class ValidationException < Struct.new( :fields, :message, :reason, :request_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason associated with the error.
1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1198 class ValidationException < Struct.new( :fields, :message, :reason, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The unique identifier associated with the error.
1198 1199 1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-marketplaceagreement/types.rb', line 1198 class ValidationException < Struct.new( :fields, :message, :reason, :request_id) SENSITIVE = [] include Aws::Structure end |