Method: Aws::LexModelBuildingService::Types::ResourceInUseException#example_reference
- Defined in:
- lib/aws-sdk-lexmodelbuildingservice/types.rb
#example_reference ⇒ Types::ResourceReference
Describes the resource that refers to the resource that you are attempting to delete. This object is returned as part of the ResourceInUseException exception.
3962 3963 3964 3965 3966 3967 |
# File 'lib/aws-sdk-lexmodelbuildingservice/types.rb', line 3962 class ResourceInUseException < Struct.new( :reference_type, :example_reference) SENSITIVE = [] include Aws::Structure end |