Class: Aws::LaunchWizard::Types::ResourceLimitException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


514
515
516
517
518
# File 'gems/aws-sdk-launchwizard/lib/aws-sdk-launchwizard/types.rb', line 514

class ResourceLimitException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end