Class: Aws::Drs::Types::UninitializedAccountException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-drs/types.rb

Overview

The account performing the request has not been initialized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ String

Returns:

  • (String)


4777
4778
4779
4780
4781
4782
# File 'lib/aws-sdk-drs/types.rb', line 4777

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

#message ⇒ String

Returns:

  • (String)


4777
4778
4779
4780
4781
4782
# File 'lib/aws-sdk-drs/types.rb', line 4777

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