class Aws::LexModelBuildingService::Types::MigrationAlert

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

@!attribute [rw] type

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.
@return [String]

@!attribute [rw] message

A message that describes why the alert was issued.
@return [String]

@!attribute [rw] details

Additional details about the alert.
@return [Array<String>]

@!attribute [rw] reference_urls

A link to the Amazon Lex documentation that describes how to resolve
the alert.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/MigrationAlert AWS API Documentation

Constants

SENSITIVE