Class: Aws::CodeConnections::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb

Overview

Exceeded the maximum limit for connections.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


749
750
751
752
753
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 749

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