Class: Aws::IoTTwinMaker::Types::ValidationException

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

Overview

Failed

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4022
4023
4024
4025
4026
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 4022

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