Class: Aws::Shield::Types::LimitsExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/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

Instance Attribute Details

#limitInteger

The threshold that would be exceeded.

Returns:

  • (Integer)


1181
1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1181

class LimitsExceededException < Struct.new(
  :message,
  :type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1181

class LimitsExceededException < Struct.new(
  :message,
  :type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of limit that would be exceeded.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1181

class LimitsExceededException < Struct.new(
  :message,
  :type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end