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
- Struct
- Aws::LexModelBuildingService::Types::ResourceReference
- 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
-
#name ⇒ String
The name of the resource that is using the resource that you are trying to delete.
-
#version ⇒ String
The version of the resource that is using the resource that you are trying to delete.
Instance Attribute Details
#name ⇒ String
The name of the resource that is using the resource that you are trying to delete.
#version ⇒ String
The version of the resource that is using the resource that you are trying to delete.