Class: Aws::AppStream::Types::InvalidRoleException

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

Overview

The specified role is invalid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)

3448
3449
3450
3451
3452
# File 'lib/aws-sdk-appstream/types.rb', line 3448

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