Class: Aws::BillingConductor::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-billingconductor/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

Instance Attribute Details

#fieldsArray<Types::ValidationExceptionField>

The fields that caused the error, if applicable.



3001
3002
3003
3004
3005
3006
3007
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3001

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


3001
3002
3003
3004
3005
3006
3007
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3001

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason the request's validation failed.

Returns:

  • (String)


3001
3002
3003
3004
3005
3006
3007
# File 'gems/aws-sdk-billingconductor/lib/aws-sdk-billingconductor/types.rb', line 3001

class ValidationException < Struct.new(
  :message,
  :reason,
  :fields)
  SENSITIVE = []
  include Aws::Structure
end