Class: Aws::Firehose::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ResourceInUseException
- 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
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
4135 4136 4137 4138 4139 |
# File 'lib/aws-sdk-firehose/types.rb', line 4135 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |