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

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


3440
3441
3442
3443
3444
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3440

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