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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/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)


4926
4927
4928
4929
4930
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4926

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