Class: Aws::Macie::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-macie/types.rb

Overview

(Discontinued) The request was rejected because it attempted to create resources beyond the current Amazon Web Services account quotas. The error code describes the quota exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Error code for the exception

Returns:

  • (String)


258
259
260
261
262
263
264
# File 'lib/aws-sdk-macie/types.rb', line 258

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

#messageString

Returns:

  • (String)


258
259
260
261
262
263
264
# File 'lib/aws-sdk-macie/types.rb', line 258

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

#resource_typeString

Resource type that caused the exception

Returns:

  • (String)


258
259
260
261
262
263
264
# File 'lib/aws-sdk-macie/types.rb', line 258

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