Class: Aws::GroundStation::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
The specified resource is in use by non-terminal state contacts and cannot be modified or deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3027 3028 3029 3030 3031 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3027 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |