Class: Aws::AppStream::Types::InvalidRoleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::InvalidRoleException
- Includes:
- Structure
- Defined in:
- 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.
3448 3449 3450 3451 3452 |
# File 'lib/aws-sdk-appstream/types.rb', line 3448 class InvalidRoleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |