Class: Aws::AlexaForBusiness::Types::LimitExceededException

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

Overview

You are performing an action that would put you beyond your account’s limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2575
2576
2577
2578
2579
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2575

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