Class: Aws::Drs::Types::UninitializedAccountException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::UninitializedAccountException
- Defined in:
- gems/aws-sdk-drs/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
3630 3631 3632 3633 3634 3635 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3630 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3630 3631 3632 3633 3634 3635 |
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3630 class UninitializedAccountException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |