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

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

Overview

Validation exception error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1255
1256
1257
1258
1259
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1255

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