Class: Aws::BedrockAgentCore::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::ValidationException
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
The exception that occurs when the input fails to satisfy the constraints specified by the service. Check the error message for details about which input parameter is invalid and correct your request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#field_list ⇒ Array<Types::ValidationExceptionField>
-
#message ⇒ String
-
#reason ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
5263 5264 5265 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263 def event_type @event_type end |
#field_list ⇒ Array<Types::ValidationExceptionField>
5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263 class ValidationException < Struct.new( :message, :reason, :field_list, :event_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263 class ValidationException < Struct.new( :message, :reason, :field_list, :event_type) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
5263 5264 5265 5266 5267 5268 5269 5270 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 5263 class ValidationException < Struct.new( :message, :reason, :field_list, :event_type) SENSITIVE = [] include Aws::Structure end |