Class: Aws::BackupStorage::Types::ServiceInternalException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb

Overview

Deprecated. To be removed from the model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


627
628
629
630
631
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 627

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