Class: Aws::AppStream::Types::LimitExceededException

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

Overview

The requested limit exceeds the permitted limit for an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)

3484
3485
3486
3487
3488
# File 'lib/aws-sdk-appstream/types.rb', line 3484

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