Class: Aws::Billing::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Billing::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-billing/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>
The input fails to satisfy the constraints specified by an Amazon Web Services service.
- #message ⇒ String
-
#reason ⇒ String
The input fails to satisfy the constraints specified by an Amazon Web Services service.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The input fails to satisfy the constraints specified by an Amazon Web Services service.
943 944 945 946 947 948 949 |
# File 'lib/aws-sdk-billing/types.rb', line 943 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
943 944 945 946 947 948 949 |
# File 'lib/aws-sdk-billing/types.rb', line 943 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The input fails to satisfy the constraints specified by an Amazon Web Services service.
943 944 945 946 947 948 949 |
# File 'lib/aws-sdk-billing/types.rb', line 943 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |