Class: Aws::Firehose::Types::ResourceInUseException

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

Overview

The resource is already in use and not available for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


3483
3484
3485
3486
3487
# File 'lib/aws-sdk-firehose/types.rb', line 3483

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