Class: Aws::CodeConnections::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeConnections::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-codeconnections/types.rb', line 755 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |