Class: Aws::Organizations::Errors::AccountOwnerNotVerifiedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Organizations::Errors::AccountOwnerNotVerifiedException
- Defined in:
- lib/aws-sdk-organizations/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccountOwnerNotVerifiedException
constructor
A new instance of AccountOwnerNotVerifiedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccountOwnerNotVerifiedException
Returns a new instance of AccountOwnerNotVerifiedException.
199 200 201 |
# File 'lib/aws-sdk-organizations/errors.rb', line 199 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
204 205 206 |
# File 'lib/aws-sdk-organizations/errors.rb', line 204 def @message || @data[:message] end |