Class: Aws::IdentityStore::Errors::InternalServerException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerException.

Parameters:



99
100
101
# File 'lib/aws-sdk-identitystore/errors.rb', line 99

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

Instance Method Details

#messageString

Returns:

  • (String)


104
# File 'lib/aws-sdk-identitystore/errors.rb', line 104

def message: () -> ::String

#request_idString

Returns:

  • (String)


109
# File 'lib/aws-sdk-identitystore/errors.rb', line 109

def request_id: () -> ::String

#retry_after_secondsString

Returns:

  • (String)


114
# File 'lib/aws-sdk-identitystore/errors.rb', line 114

def retry_after_seconds: () -> ::String

#retryable?Boolean

Returns:

  • (Boolean)


118
119
120
# File 'lib/aws-sdk-identitystore/errors.rb', line 118

def retryable?
  true
end