Class: Aws::LexModelBuildingService::Types::MigrationAlert

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

Overview

Provides information about alerts and warnings that Amazon Lex sends during a migration. The alerts include information about how to resolve the issue.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailsArray<String>

Additional details about the alert.

Returns:

  • (Array<String>)


2712
2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2712

class MigrationAlert < Struct.new(
  :type,
  :message,
  :details,
  :reference_urls)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message that describes why the alert was issued.

Returns:

  • (String)


2712
2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2712

class MigrationAlert < Struct.new(
  :type,
  :message,
  :details,
  :reference_urls)
  SENSITIVE = []
  include Aws::Structure
end

#reference_urlsArray<String>

A link to the Amazon Lex documentation that describes how to resolve the alert.

Returns:

  • (Array<String>)


2712
2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2712

class MigrationAlert < Struct.new(
  :type,
  :message,
  :details,
  :reference_urls)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of alert. There are two kinds of alerts:

  • ERROR - There was an issue with the migration that can't be resolved. The migration stops.

  • WARN - There was an issue with the migration that requires manual changes to the new Amazon Lex V2 bot. The migration continues.

Returns:

  • (String)


2712
2713
2714
2715
2716
2717
2718
2719
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2712

class MigrationAlert < Struct.new(
  :type,
  :message,
  :details,
  :reference_urls)
  SENSITIVE = []
  include Aws::Structure
end