class Aws::LexModelBuildingService::Types::ResourceInUseException

The resource that you are attempting to delete is referred to by another resource. Use this information to remove references to the resource that you are trying to delete.

The body of the exception contains a JSON object that describes the resource.

`{ “resourceType”: BOT | BOTALIAS | BOTCHANNEL | INTENT,`

`“resourceReference”: {`

`“name”: string, “version”: string } }`

@!attribute [rw] reference_type

@return [String]

@!attribute [rw] example_reference

Describes the resource that refers to the resource that you are
attempting to delete. This object is returned as part of the
`ResourceInUseException` exception.
@return [Types::ResourceReference]

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

Constants

SENSITIVE