Class: Aws::GameLiftStreams::Errors::StreamSessionAccessNotReadyException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-gameliftstreams/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ StreamSessionAccessNotReadyException

Returns a new instance of StreamSessionAccessNotReadyException.

Parameters:



129
130
131
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 129

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


134
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 134

def message: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


138
139
140
# File 'lib/aws-sdk-gameliftstreams/errors.rb', line 138

def retryable?
  true
end