Class: Aws::IoTFleetWise::Errors::InternalServerException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-iotfleetwise/errors.rb

Instance Method Summary collapse

Constructor Details

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



117
118
119
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 117

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

Instance Method Details

#messageString



122
123
124
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 122

def message
  @message || @data[:message]
end

#retry_after_secondsString



127
128
129
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 127

def retry_after_seconds
  @data[:retry_after_seconds]
end