Class: Aws::AppFabric::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
The request has invalid or missing parameters.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field list.
- #message ⇒ String
-
#reason ⇒ String
The reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field list.
1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1958 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1958 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the exception.
1958 1959 1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-appfabric/types.rb', line 1958 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |