Class: Aws::AppFabric::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb

Overview

The request has invalid or missing parameters.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The field list.



1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1958

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

#messageString

Returns:

  • (String)


1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1958

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

#reasonString

The reason for the exception.

Returns:

  • (String)


1958
1959
1960
1961
1962
1963
1964
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 1958

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