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.
4167 4168 4169 4170 4171 |
# File 'lib/aws-sdk-appstream/types.rb', line 4167 class InvalidRoleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |