Class: Aws::Route53Resolver::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- 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
- #message ⇒ String
-
#resource_type ⇒ String
For a ‘ResourceInUseException` error, the type of resource that is currently in use.
Instance Attribute Details
#message ⇒ String
4658 4659 4660 4661 4662 4663 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4658 class ResourceInUseException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
For a ‘ResourceInUseException` error, the type of resource that is currently in use.
4658 4659 4660 4661 4662 4663 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4658 class ResourceInUseException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |