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
3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-drs/types.rb', line 3690 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3690 3691 3692 3693 3694 3695 |
# File 'lib/aws-sdk-drs/types.rb', line 3690 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |