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

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


4044
4045
4046
4047
4048
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4044

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