Class: Aws::AppStream::Types::InvalidAccountStatusException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::InvalidAccountStatusException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The resource cannot be created because your AWS account is suspended. For assistance, contact AWS Support.
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 'lib/aws-sdk-appstream/types.rb', line 3979 class InvalidAccountStatusException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |