Class: Aws::ApplicationInsights::Types::ResourceInUseException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ApplicationInsights::Types::ResourceInUseException
 
- Defined in:
- gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb
Overview
The resource is already created or in use.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 1739 1740 1741 1742 1743 | # File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 1739 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |