Class: Aws::KinesisVideo::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kinesisvideo/types.rb

Overview

When the input ‘StreamARN` or `ChannelARN` in `CLOUD_STORAGE_MODE` is already mapped to a different Kinesis Video Stream resource, or if the provided input `StreamARN` or `ChannelARN` is not in Active status, try one of the following :

  1. The ‘DescribeMediaStorageConfiguration` API to determine what the stream given channel is mapped to.

  2. The ‘DescribeMappedResourceConfiguration` API to determine the channel that the given stream is mapped to.

  3. The ‘DescribeStream` or `DescribeSignalingChannel` API to determine the status of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1511
1512
1513
1514
1515
# File 'lib/aws-sdk-kinesisvideo/types.rb', line 1511

class ResourceInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end