Class: Aws::Invoicing::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/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_listArray<Types::ValidationExceptionField>

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



2006
2007
2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2006

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

#messageString

Returns:

  • (String)


2006
2007
2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2006

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

#reasonString

You don't have sufficient access to perform this action.

Returns:

  • (String)


2006
2007
2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2006

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

#resource_nameString

You don't have sufficient access to perform this action.

Returns:

  • (String)


2006
2007
2008
2009
2010
2011
2012
2013
# File 'gems/aws-sdk-invoicing/lib/aws-sdk-invoicing/types.rb', line 2006

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