Class: Aws::BedrockAgent::Types::FlowValidation

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

Overview

Contains information about validation of the flow.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the validation error.

Returns:

  • (String)


3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3365

class FlowValidation < Struct.new(
  :message,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

The severity of the issue described in the message.

Returns:

  • (String)


3365
3366
3367
3368
3369
3370
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3365

class FlowValidation < Struct.new(
  :message,
  :severity)
  SENSITIVE = []
  include Aws::Structure
end