Class: Aws::GroundStation::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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