Class: Aws::Mobile::Types::AccountActionRequiredException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb

Overview

Account Action is required in order to continue the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


21
22
23
24
25
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 21

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