Class: Aws::Tnb::Types::ValidationException

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

Overview

Unable to process the request because the client provided input failed to satisfy request constraints.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2443
2444
2445
2446
2447
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2443

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