Class: Aws::BillingConductor::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BillingConductor::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billingconductor/types.rb
Overview
The input doesn’t match with the constraints specified by Amazon Web Services.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
- #message ⇒ String
-
#reason ⇒ String
The reason the request’s validation failed.
Instance Attribute Details
#fields ⇒ Array<Types::ValidationExceptionField>
The fields that caused the error, if applicable.
3001 3002 3003 3004 3005 3006 3007 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3001 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3001 3002 3003 3004 3005 3006 3007 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3001 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason the request’s validation failed.
3001 3002 3003 3004 3005 3006 3007 |
# File 'lib/aws-sdk-billingconductor/types.rb', line 3001 class ValidationException < Struct.new( :message, :reason, :fields) SENSITIVE = [] include Aws::Structure end |