You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::LexModelBuildingService::Types::ResourceReference

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException exception.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the resource that is using the resource that you are trying to delete.

Returns:

  • (String)

    The name of the resource that is using the resource that you are trying to delete.

#versionString

The version of the resource that is using the resource that you are trying to delete.

Returns:

  • (String)

    The version of the resource that is using the resource that you are trying to delete.