Class: Aws::LaunchWizard::Types::ResourceLimitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ResourceLimitException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-launchwizard/types.rb
Overview
You have exceeded an Launch Wizard resource limit. For example, you might have too many deployments in progress.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
654 655 656 657 658 |
# File 'lib/aws-sdk-launchwizard/types.rb', line 654 class ResourceLimitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |