Class: Aws::AppStream::Errors::InvalidRoleException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppStream::Errors::InvalidRoleException
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRoleException
constructor
A new instance of InvalidRoleException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRoleException
Returns a new instance of InvalidRoleException.
146 147 148 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 146 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
151 152 153 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/errors.rb', line 151 def @message || @data[:message] end |