Class: Aws::BackupStorage::Types::IllegalArgumentException

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

Overview

Non-retryable exception, indicates client error (wrong argument passed to API). See exception message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


239
240
241
242
243
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 239

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