Class: Aws::Invoicing::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Invoicing::Types::ValidationException
- 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
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The input fails to satisfy the constraints specified by an Amazon Web Services service.
-
#message ⇒ String
-
#reason ⇒ String
You don't have sufficient access to perform this action.
-
#resource_name ⇒ String
You don't have sufficient access to perform this action.
Instance Attribute Details
#field_list ⇒ Array<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 |
#message ⇒ 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 |
#reason ⇒ String
You don't have sufficient access to perform this action.
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_name ⇒ String
You don't have sufficient access to perform this action.
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 |