Class: Aws::RolesAnywhere::Types::ValidationException

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

Overview

Validation exception error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1237
1238
1239
1240
1241
# File 'gems/aws-sdk-rolesanywhere/lib/aws-sdk-rolesanywhere/types.rb', line 1237

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