Class: Aws::BCMDashboards::Types::ValidationException

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

Overview

The input parameters do not satisfy the requirements. Check the error message for specific validation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


936
937
938
939
940
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 936

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