Class: Aws::MailManager::Types::ValidationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mailmanager/types.rb

Overview

The request validation has failed. For details, see the accompanying error message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3791
3792
3793
3794
3795
# File 'lib/aws-sdk-mailmanager/types.rb', line 3791

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