Class: Aws::AppStream::Types::EntitlementAlreadyExistsException

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

Overview

The entitlement already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


3335
3336
3337
3338
3339
# File 'lib/aws-sdk-appstream/types.rb', line 3335

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