Class: Aws::WorkMail::Types::LimitExceededException

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

Overview

The request exceeds the limit of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2725
2726
2727
2728
2729
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 2725

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