Class: Aws::Shield::Types::LimitsExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Shield::Types::LimitsExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-shield/types.rb
Overview
Exception that indicates that the operation would exceed a limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit ⇒ Integer
The threshold that would be exceeded.
- #message ⇒ String
-
#type ⇒ String
The type of limit that would be exceeded.
Instance Attribute Details
#limit ⇒ Integer
The threshold that would be exceeded.
1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-shield/types.rb', line 1181 class LimitsExceededException < Struct.new( :message, :type, :limit) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-shield/types.rb', line 1181 class LimitsExceededException < Struct.new( :message, :type, :limit) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of limit that would be exceeded.
1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-shield/types.rb', line 1181 class LimitsExceededException < Struct.new( :message, :type, :limit) SENSITIVE = [] include Aws::Structure end |