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)


19743
19744
19745
19746
19747
# File 'lib/aws-sdk-connect/types.rb', line 19743

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