Class: Aws::SupportApp::Types::ValidationException

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

Overview

Your request input doesn't meet the constraints that the Amazon Web Services Support App specifies.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


622
623
624
625
626
# File 'gems/aws-sdk-supportapp/lib/aws-sdk-supportapp/types.rb', line 622

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