Class: Aws::Drs::Types::UninitializedAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UninitializedAccountException
- 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
2563 2564 2565 2566 2567 2568 |
# File 'lib/aws-sdk-drs/types.rb', line 2563 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2563 2564 2565 2566 2567 2568 |
# File 'lib/aws-sdk-drs/types.rb', line 2563 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |