Class: Aws::KinesisAnalytics::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalytics::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalytics/types.rb
Overview
Application is not available for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2285 2286 2287 2288 2289 |
# File 'lib/aws-sdk-kinesisanalytics/types.rb', line 2285 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |