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)


4008
4009
4010
4011
4012
# File 'lib/aws-sdk-appstream/types.rb', line 4008

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