Class: Aws::SecurityHub::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The request was rejected because it attempted to create resources beyond the current Amazon Web Services account or throttling limits. The error code describes the limit exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


26236
26237
26238
26239
26240
26241
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26236

class LimitExceededException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


26236
26237
26238
26239
26240
26241
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 26236

class LimitExceededException < Struct.new(
  :message,
  :code)
  SENSITIVE = []
  include Aws::Structure
end