Class: Aws::Route53Resolver::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb

Overview

The resource that you tried to update or delete is currently in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4658

class ResourceInUseException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

For a ResourceInUseException error, the type of resource that is currently in use.

Returns:

  • (String)


4658
4659
4660
4661
4662
4663
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4658

class ResourceInUseException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end