Class: Aws::AppStream::Types::InvalidRoleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::InvalidRoleException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
The specified role is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message in the exception.
Instance Attribute Details
#message ⇒ String
The error message in the exception.
3979 3980 3981 3982 3983 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3979 class InvalidRoleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |