Class: Aws::ManagedBlockchainQuery::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The resource passed is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The container for the ‘fieldList` of the exception.
-
#message ⇒ String
The container for the exception message.
-
#reason ⇒ String
The container for the reason for the exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The container for the ‘fieldList` of the exception.
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1167 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The container for the exception message.
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1167 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The container for the reason for the exception
1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1167 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |