Class: Aws::KinesisAnalyticsV2::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KinesisAnalyticsV2::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kinesisanalyticsv2/types.rb
Overview
The application is not available for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4228 4229 4230 4231 4232 |
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4228 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |