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

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


10760
10761
10762
10763
10764
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 10760

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