Class: Aws::AppStream::Types::InvalidAccountStatusException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)


3979
3980
3981
3982
3983
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3979

class InvalidAccountStatusException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end