Class: Aws::Connect::Types::LimitExceededException

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

Overview

The allowed limit for the resource has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message about the limit.

Returns:

  • (String)


10341
10342
10343
10344
10345
# File 'lib/aws-sdk-connect/types.rb', line 10341

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