Class: Aws::LaunchWizard::Types::ResourceLimitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LaunchWizard::Types::ResourceLimitException
- Defined in:
- gems/aws-sdk-launchwizard/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
825 826 827 828 829 |
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 825 class ResourceLimitException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |