Class: Aws::AppStream::Types::EntitlementNotFoundException

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

Overview

The entitlement can’t be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


3277
3278
3279
3280
3281
# File 'lib/aws-sdk-appstream/types.rb', line 3277

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