Class: Aws::Connect::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
That resource is already in use (for example, you're trying to add a record with the same name as an existing record). If you are trying to delete a resource (for example, DeleteHoursOfOperation or DeletePredefinedAttribute), remove its reference from related resources and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier for the resource.
-
#resource_type ⇒ String
The type of resource.
Instance Attribute Details
#message ⇒ String
20037 20038 20039 20040 20041 20042 20043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20037 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier for the resource.
20037 20038 20039 20040 20041 20042 20043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20037 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
20037 20038 20039 20040 20041 20042 20043 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20037 class ResourceInUseException < Struct.new( :message, :resource_type, :resource_id) SENSITIVE = [] include Aws::Structure end |