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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

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

Returns:

  • (String)


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

#versionString

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

Returns:

  • (String)


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