Class: Aws::CodeStarconnections::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStarconnections::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestarconnections/types.rb
Overview
Exceeded the maximum limit for connections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
749 750 751 752 753 |
# File 'lib/aws-sdk-codestarconnections/types.rb', line 749 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |