Class: Aws::LexModelBuildingService::Types::ResourceReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::ResourceReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
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.
Constant Summary collapse
- SENSITIVE =
[]
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.
3985 3986 3987 3988 3989 3990 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3985 class ResourceReference < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the resource that is using the resource that you are trying to delete.
3985 3986 3987 3988 3989 3990 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3985 class ResourceReference < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |