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)


1456
1457
1458
1459
1460
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1456

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