Class: Aws::Types::ValidationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exception_cause"InsufficientS3BucketPolicy", "S3AccessDenied"

Returns the value of attribute exception_cause.

Returns:

  • ("InsufficientS3BucketPolicy", "S3AccessDenied")


1162
1163
1164
# File 'sig/types.rbs', line 1162

def exception_cause
  @exception_cause
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def message
  @message
end