Class: Aws::Imagebuilder::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
The resource that you are trying to operate on is currently in use. Review the message details and retry later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7081 7082 7083 7084 7085 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7081 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |