Class: Aws::Billing::Types::ValidationException

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

Instance Attribute Details

#field_list ⇒ Array<Types::ValidationExceptionField>

The input fails to satisfy the constraints specified by an Amazon Web Services service.



2130
2131
2132
2133
2134
2135
2136
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2130

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

#message ⇒ String

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2130

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.

Returns:

  • (String)


2130
2131
2132
2133
2134
2135
2136
# File 'gems/aws-sdk-billing/lib/aws-sdk-billing/types.rb', line 2130

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