Class: Aws::CodeConnections::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::LimitExceededException
- 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
#message ⇒ String
755 756 757 758 759 |
# File 'gems/aws-sdk-codeconnections/lib/aws-sdk-codeconnections/types.rb', line 755 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |